mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 04:44:21 -05:00
removed Win32 defines
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2422 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5bd642cf6a
commit
7d8026d76b
@ -81,10 +81,8 @@ private:
|
|||||||
QPushButton* userCertHelpButton;
|
QPushButton* userCertHelpButton;
|
||||||
QPushButton* userCertCopyButton;
|
QPushButton* userCertCopyButton;
|
||||||
QPushButton* userCertSaveButton;
|
QPushButton* userCertSaveButton;
|
||||||
#if defined(Q_OS_WIN)
|
|
||||||
QPushButton* userCertMailButton;//! on Windows, click on this button
|
QPushButton* userCertMailButton;//! on Windows, click on this button
|
||||||
//! launches default email client
|
//! launches default email client
|
||||||
#endif
|
|
||||||
QLabel* friendCertLabel;
|
QLabel* friendCertLabel;
|
||||||
QTextEdit* friendCertEdit;
|
QTextEdit* friendCertEdit;
|
||||||
|
|
||||||
@ -101,12 +99,11 @@ private slots:
|
|||||||
bool fileSave();
|
bool fileSave();
|
||||||
bool fileSaveAs();
|
bool fileSaveAs();
|
||||||
|
|
||||||
#if defined(Q_OS_WIN)
|
|
||||||
//! launches default email client (on windows)
|
//! launches default email client (on windows)
|
||||||
|
|
||||||
//! Tested on Vista, it work normally... But a bit slowly.
|
//! Tested on Vista, it work normally... But a bit slowly.
|
||||||
void runEmailClient();
|
void runEmailClient();
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user