Moved systray-icon to its own plugin

This commit is contained in:
Micke Prag 2009-03-24 21:49:48 +00:00
parent aed1bfdcf4
commit 2e79d68ee3
11 changed files with 116 additions and 22 deletions

View file

@ -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();