Moved systray-icon to its own plugin
This commit is contained in:
parent
aed1bfdcf4
commit
2e79d68ee3
11 changed files with 116 additions and 22 deletions
|
@ -15,15 +15,19 @@ int main(int argc, char *argv[])
|
|||
|
||||
|
||||
TelldusCenterApplication application(argc, argv);
|
||||
QCoreApplication::setLibraryPaths( QStringList( QCoreApplication::applicationDirPath() ) );
|
||||
application.loadPlugins();
|
||||
application.loadScripts();
|
||||
|
||||
application.showMainWindow();
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
AutoUpdater* updater = 0;
|
||||
/* AutoUpdater* updater = 0;
|
||||
CocoaInitializer initializer;
|
||||
updater = new SparkleAutoUpdater("file:///Users/micke/Documents/dev/appcast.xml");
|
||||
if (updater) {
|
||||
//updater->checkForUpdates();
|
||||
}
|
||||
}*/
|
||||
#endif
|
||||
|
||||
return application.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue