clean up source structure

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-02 00:12:29 +00:00
parent 72f7fd0be4
commit 130143192f
3 changed files with 12 additions and 26 deletions

View file

@ -151,7 +151,6 @@ private slots:
void showPreferencesWindow(PreferencesWindow::Page page = PreferencesWindow::General);
void showMess(MainWindow::Page page = MainWindow::Messages);
void showSettings();
void setStyle();
@ -195,11 +194,7 @@ private:
QAction* createPageAction(QIcon img, QString text, QActionGroup *group);
/** Adds a new action to the toolbar. */
void addAction(QAction *action, const char *slot = 0);
/** Creates a new action for a Service pages. */
QAction* createPageActionservice(QIcon img, QString text, QActionGroup *groupservice);
/** Adds a new action to the toolbar. */
void addActionservice(QAction *actionservice, const char *slot = 0);
void loadStyleSheet(const QString &sheetName);