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:
defnax 2010-02-24 22:02:10 +00:00
parent 5bd642cf6a
commit 7d8026d76b

View File

@ -81,10 +81,8 @@ private:
QPushButton* userCertHelpButton;
QPushButton* userCertCopyButton;
QPushButton* userCertSaveButton;
#if defined(Q_OS_WIN)
QPushButton* userCertMailButton;//! on Windows, click on this button
//! launches default email client
#endif
QLabel* friendCertLabel;
QTextEdit* friendCertEdit;
@ -101,12 +99,11 @@ private slots:
bool fileSave();
bool fileSaveAs();
#if defined(Q_OS_WIN)
//! launches default email client (on windows)
//! Tested on Vista, it work normally... But a bit slowly.
void runEmailClient();
#endif
};
//============================================================================