mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Move some code into MainWindow and make it internal stuff
That MainWindow uses ProfileList is an internal implementation detail. The Higher lever Application does not need to know about it.
This commit is contained in:
@@ -116,6 +116,8 @@ MainWindow::MainWindow()
|
||||
// emulator (as they are reserved for use by terminal applications)
|
||||
correctShortcuts();
|
||||
|
||||
setProfileList(new ProfileList(true, this));
|
||||
|
||||
// this must come at the end
|
||||
applyKonsoleSettings();
|
||||
connect(KonsoleSettings::self(), SIGNAL(configChanged()), this, SLOT(applyKonsoleSettings()));
|
||||
|
||||
Reference in New Issue
Block a user