mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
-added Log feature for QT .
-fixed Prefences and General Dialog -disabled show function from main.cpp it will not allow to start minimized, it blocks minimize gui function. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@686 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b9e64f9f6
commit
cb891ff08a
29 changed files with 961 additions and 1063 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
#include "../config/rsharesettings.h"
|
||||
#include "Preferences/rsharesettings.h"
|
||||
|
||||
class SMPlayer;
|
||||
|
||||
|
@ -147,12 +147,6 @@ private slots:
|
|||
void showSettings();
|
||||
void setStyle();
|
||||
|
||||
/** Called when console button is toggled */
|
||||
//void showConsoleFrame(bool show);
|
||||
|
||||
/** Called when console button is toggled */
|
||||
//void showToolboxFrame(bool show);
|
||||
|
||||
/** Called when user attempts to quit via quit button*/
|
||||
void doQuit();
|
||||
|
||||
|
@ -186,6 +180,8 @@ private:
|
|||
|
||||
PreferencesWindow* _preferencesWindow;
|
||||
|
||||
/** A RetroShareSettings object used for saving/loading settings */
|
||||
RshareSettings* _settings;
|
||||
|
||||
/** Creates a new action for a Main page. */
|
||||
QAction* createPageAction(QIcon img, QString text, QActionGroup *group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue