mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -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
|
@ -23,7 +23,6 @@
|
|||
#include <QMessageBox>
|
||||
#include <QSplashScreen>
|
||||
#include <rshare.h>
|
||||
#ifndef MINIMAL_RSGUI
|
||||
#include "gui/MainWindow.h"
|
||||
#include "gui/FriendsDialog.h"
|
||||
#include "gui/SearchDialog.h"
|
||||
|
@ -33,7 +32,6 @@
|
|||
#include "gui/NetworkDialog.h"
|
||||
#include "gui/chat/ChatDialog.h"
|
||||
#include "gui/QuickStartWizard.h"
|
||||
#endif // MINIMAL_RSGUI
|
||||
#include "gui/MessengerWindow.h"
|
||||
#include "gui/StartDialog.h"
|
||||
#include "gui/GenCertDialog.h"
|
||||
|
@ -234,13 +232,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
RsharePeerSettings::Create();
|
||||
|
||||
#ifdef MINIMAL_RSGUI
|
||||
MessengerWindow::showYourself();
|
||||
|
||||
rshare.setQuitOnLastWindowClosed(true);
|
||||
|
||||
splashScreen.hide();
|
||||
#else
|
||||
Emoticons::load();
|
||||
|
||||
if (Settings->value(QString::fromUtf8("FirstRun"), true).toBool()) {
|
||||
|
@ -330,11 +321,9 @@ int main(int argc, char *argv[])
|
|||
QTimer *timer = new QTimer(w);
|
||||
timer -> connect(timer, SIGNAL(timeout()), notify, SLOT(UpdateGUI()));
|
||||
timer->start(1000);
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
/* dive into the endless loop */
|
||||
int ti = rshare.exec();
|
||||
#ifndef MINIMAL_RSGUI
|
||||
delete w ;
|
||||
|
||||
if (eventReceiver) {
|
||||
|
@ -345,7 +334,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
/* cleanup */
|
||||
ChatDialog::cleanupChat();
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
rsicontrol->rsGlobalShutDown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue