diff options
Diffstat (limited to 'Swift/QtUI/UserSearch/QtUserSearchWindow.cpp')
| -rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp index bb6fc31..52b17b0 100644 --- a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp +++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | |||
| @@ -39,8 +39,12 @@ namespace Swift { | |||
| 39 | QtUserSearchWindow::QtUserSearchWindow(UIEventStream* eventStream, UserSearchWindow::Type type, const std::set<std::string>& groups, SettingsProvider* settingsProvider) : eventStream_(eventStream), type_(type), model_(NULL), firstMultiJIDPage_(NULL), settings_(settingsProvider), searchNext_(false), supportsImpromptu_(false) { | 39 | QtUserSearchWindow::QtUserSearchWindow(UIEventStream* eventStream, UserSearchWindow::Type type, const std::set<std::string>& groups, SettingsProvider* settingsProvider) : eventStream_(eventStream), type_(type), model_(NULL), firstMultiJIDPage_(NULL), settings_(settingsProvider), searchNext_(false), supportsImpromptu_(false) { |
| 40 | setupUi(this); | 40 | setupUi(this); |
| 41 | #ifndef Q_OS_MAC | 41 | #ifndef Q_OS_MAC |
| 42 | #ifdef Q_OS_WIN32 | ||
| 43 | setWindowIcon(QIcon(":/logo-icon-16-win.png")); | ||
| 44 | #else | ||
| 42 | setWindowIcon(QIcon(":/logo-icon-16.png")); | 45 | setWindowIcon(QIcon(":/logo-icon-16.png")); |
| 43 | #endif | 46 | #endif |
| 47 | #endif | ||
| 44 | QString title; | 48 | QString title; |
| 45 | switch(type) { | 49 | switch(type) { |
| 46 | case AddContact: | 50 | case AddContact: |
Swift