mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
reverted previous change on MainWindow that caused compilation issues for plugins
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7316 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c1d7f514e9
commit
6e4fa142d1
2 changed files with 53 additions and 43 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <set>
|
||||
|
||||
#include "gui/common/rwindow.h"
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
|
@ -73,7 +72,7 @@ class BlogsDialog;
|
|||
class ApplicationWindow;
|
||||
#endif
|
||||
|
||||
class MainWindow : public RWindow, public Ui::MainWindow
|
||||
class MainWindow : public RWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -258,6 +257,8 @@ private:
|
|||
// idle function
|
||||
void setIdle(bool Idle);
|
||||
bool isIdle;
|
||||
|
||||
Ui::MainWindow *ui ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue