mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
cleaned up MainWindow
Added to pro file DEFINES += RS_RELEASE_VERSION enable it for release versions. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1151 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
255b5dca39
commit
3e2993536e
4 changed files with 26 additions and 185 deletions
|
@ -75,13 +75,13 @@ public:
|
|||
enum Page {
|
||||
Network = 0, /** Network page. */
|
||||
Friends, /** Peers page. */
|
||||
Search, /** Search page. */
|
||||
Transfers, /** Transfers page. */
|
||||
SharedDirectories, /** Shared Directories page. */
|
||||
Messages, /** Messages page. */
|
||||
Links, /** Links page. */
|
||||
Channels, /** Channels page. */
|
||||
Forums /** Forums page. */
|
||||
Search, /** Search page. */
|
||||
Transfers, /** Transfers page. */
|
||||
SharedDirectories, /** Shared Directories page. */
|
||||
Messages, /** Messages page. */
|
||||
Links, /** Links page. */
|
||||
Channels, /** Channels page. */
|
||||
Forums /** Forums page. */
|
||||
|
||||
|
||||
};
|
||||
|
@ -108,8 +108,6 @@ public:
|
|||
MessagesDialog *messagesDialog;
|
||||
ChannelsDialog *channelsDialog;
|
||||
SharedFilesDialog *sharedfilesDialog;
|
||||
//GroupsDialog *groupsDialog;
|
||||
//StatisticDialog *statisticDialog;
|
||||
MessengerWindow *messengerWindow;
|
||||
ApplicationWindow *applicationWindow;
|
||||
PluginsPage* pluginsPage ;
|
||||
|
@ -122,11 +120,8 @@ public slots:
|
|||
/** Shows the config dialog with focus set to the given page. */
|
||||
void showWindow(Page page);
|
||||
|
||||
void startgammon();
|
||||
void startqcheckers();
|
||||
|
||||
void playFiles(QStringList files);
|
||||
void updateHashingInfo(const QString&) ;
|
||||
void updateHashingInfo(const QString&) ;
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -139,15 +134,13 @@ private slots:
|
|||
|
||||
/** Toolbar fns. */
|
||||
void addFriend();
|
||||
//void inviteFriend();
|
||||
void addSharedDirectory();
|
||||
void showMessengerWindow();
|
||||
void showApplWindow();
|
||||
void showsmplayer();
|
||||
void showabout();
|
||||
void openShareManager();
|
||||
void showsmplayer();
|
||||
void showabout();
|
||||
void openShareManager();
|
||||
|
||||
/** Displays the help browser and displays the most recently viewed help
|
||||
/** Displays the help browser and displays the most recently viewed help
|
||||
* topic. */
|
||||
void showHelpDialog();
|
||||
/** Called when a child window requests the given help <b>topic</b>. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue