mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
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:
parent
72f7fd0be4
commit
130143192f
3 changed files with 12 additions and 26 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue