mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 23:00:56 -04:00
Removed minimal version.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a6dfac2a37
commit
10400faf4c
13 changed files with 1 additions and 192 deletions
|
@ -30,11 +30,7 @@
|
|||
#include <rshare.h>
|
||||
|
||||
#include "rsharesettings.h"
|
||||
#ifdef MINIMAL_RSGUI
|
||||
#include <QMainWindow>
|
||||
#else
|
||||
#include "gui/MainWindow.h"
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
#include <retroshare/rsnotify.h>
|
||||
#include <retroshare/rspeers.h>
|
||||
|
@ -621,7 +617,6 @@ void RshareSettings::loadWidgetInformation(QMainWindow *widget, QToolBar *toolBa
|
|||
loadWidgetInformation(widget);
|
||||
}
|
||||
|
||||
#ifndef MINIMAL_RSGUI
|
||||
/* MainWindow */
|
||||
int RshareSettings::getLastPageInMainWindow ()
|
||||
{
|
||||
|
@ -656,7 +651,6 @@ void RshareSettings::setStatusBarFlag(uint flag, bool enable)
|
|||
|
||||
setStatusBarFlags(flags);
|
||||
}
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
/* Messages */
|
||||
bool RshareSettings::getMsgSetToReadOnActivate ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue