Add option to override the UI color

* Add -color option to core plugin which will override
   the base UI color for that session.

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2009-11-25 18:44:54 +01:00
parent a37592a16f
commit 9bf1d52685
5 changed files with 33 additions and 3 deletions

View File

@@ -54,6 +54,8 @@ public slots:
void remoteArgument(const QString&);
private:
void parseArguments(const QStringList & arguments);
MainWindow *m_mainWindow;
EditMode *m_editMode;
};