diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-06-06 15:58:51 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-06-06 15:58:51 +0100 |
| commit | d8e406daa05d1fb9de10db437c37091779fdd31a (patch) | |
| tree | 89c51014a5e88da31507aea24243f20d704203a0 /src/main.cpp | |
| parent | 50dcc4c1d463874460e6c279bb5d68383f03e230 (diff) | |
| parent | e21db0eaea1b4eda720e6c5f053db0fbf7643a69 (diff) | |
Merge
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ac0582bf..549de4a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -170,6 +170,8 @@ void cleanupDir() "proxy.dll"
};
+ qDebug("removing obsolete files");
+
for (const QString &fileName : fileNames) {
QString fullPath = qApp->applicationDirPath() + "/" + fileName;
if (QFile::exists(fullPath)
@@ -430,9 +432,9 @@ int main(int argc, char *argv[]) } // we continue for the primary instance OR if MO has been called with parameters
QSettings settings(dataPath + "/" + QString::fromStdWString(AppConfig::iniFileName()), QSettings::IniFormat);
-
+ qDebug("initializing core");
OrganizerCore organizer(settings);
-
+ qDebug("initialize plugins");
PluginContainer pluginContainer(&organizer);
pluginContainer.loadPlugins();
|
