mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 04:14:28 -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* 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
|
||||
};
|
||||
|
||||
//============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user