mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -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
|
@ -38,9 +38,7 @@ public:
|
|||
static void releaseInstance();
|
||||
|
||||
public slots:
|
||||
#ifndef MINIMAL_RSGUI
|
||||
void loadmystatusmessage();
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
LogoBar & getLogoBar() const;
|
||||
|
||||
|
@ -53,7 +51,6 @@ protected:
|
|||
void closeEvent (QCloseEvent * event);
|
||||
|
||||
private slots:
|
||||
#ifndef MINIMAL_RSGUI
|
||||
/** Add a new friend */
|
||||
void addFriend();
|
||||
|
||||
|
@ -63,7 +60,6 @@ private slots:
|
|||
void updateOwnStatus(const QString &peer_id, int status);
|
||||
|
||||
void savestatusmessage();
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
||||
private:
|
||||
static MessengerWindow *_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue