mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Moved AppClass to messenger.cpp:Messenger.
This commit is contained in:
@@ -35,10 +35,6 @@ int main(int argc, char *argv[]) {
|
||||
return psFixPrevious();
|
||||
} else if (cLaunchMode() == LaunchModeCleanup) {
|
||||
return psCleanup();
|
||||
#ifndef TDESKTOP_DISABLE_CRASH_REPORTS
|
||||
} else if (cLaunchMode() == LaunchModeShowCrash) {
|
||||
return showCrashReportWindow(QFileInfo(cStartUrl()).absoluteFilePath());
|
||||
#endif // !TDESKTOP_DISABLE_CRASH_REPORTS
|
||||
}
|
||||
|
||||
// both are finished in Application::closeApplication
|
||||
|
Reference in New Issue
Block a user