mirror of
https://github.com/KDE/konsole.git
synced 2026-05-02 03:36:34 -04:00
Quit after --list-profiles is used; otherwise dbus process id is left alive.
BUG: 192241 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1096175
This commit is contained in:
@@ -98,6 +98,7 @@ void Application::listAvailableProfiles()
|
||||
QFileInfo info(iter.next());
|
||||
std::cout << info.baseName().toLocal8Bit().data() << std::endl;
|
||||
}
|
||||
quit();
|
||||
}
|
||||
|
||||
int Application::newInstance()
|
||||
|
||||
Reference in New Issue
Block a user