MuseScore  3.4
Music composition and notation
sparkleAutoUpdater.h
Go to the documentation of this file.
1 //=============================================================================
2 // MuseScore
3 // Music Composition & Notation
4 //
5 // Copyright (C) 2018 Werner Schweer
6 //
7 // This program is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License version 2
9 // as published by the Free Software Foundation and appearing in
10 // the file LICENCE.GPL
11 //=============================================================================
12 #ifndef __SPARKLE_AUTO_UPDATER_H__
13 #define __SPARKLE_AUTO_UPDATER_H__
14 
15 #include "sparkle/autoUpdater.h"
16 
17 namespace Ms
18 {
20  {
21  public:
22  virtual void checkUpdates();
23  virtual void checkForUpdatesNow();
24  };
25 
26 } //Ms
27 
28 #endif //__SPARKLE_AUTO_UPDATER_H__
virtual void checkUpdates()
Definition: autoUpdater.h:17
Definition: aeolus.cpp:26
virtual void checkForUpdatesNow()
Definition: sparkleAutoUpdater.h:19