- removed MessagesPopupDialog

- click in MessageToaster shows the MainWindow and activates the MessagesDialog


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2980 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-23 21:32:58 +00:00
parent 54219ea685
commit 591a141a18
8 changed files with 12 additions and 223 deletions

View file

@ -95,6 +95,11 @@ public:
/** Destructor. */
~MainWindow();
/** Shows the MainWindow dialog with focus set to the given page. */
static void showWindow(Page page);
/** Set focus to the given page. */
static void activatePage (Page page);
/* A Bit of a Hack... but public variables for
* the dialogs, so we can add them to the
* Notify Class...
@ -128,13 +133,6 @@ public:
public slots:
/** Called when this dialog is to be displayed */
//void show();
/** Shows the config dialog with focus set to the given page. */
void showWindow(Page page);
/** Set focus to the given page. */
static void activatePage (Page page);
void updateHashingInfo(const QString&) ;
void displayErrorMessage(int,int,const QString&) ;
void postModDirectories(bool update_local);