summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-10-30 18:32:08 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-10-30 18:32:08 (GMT)
commita710cb325c7827679c35c61ab41b821a5bc77673 (patch)
treee1a80016637c110d7e58b1df4f7c5942ed734ded /Swift/QtUI
parent443b7759b8c59108b13ac55d20fdfe9d12ca4e79 (diff)
downloadswift-contrib-a710cb325c7827679c35c61ab41b821a5bc77673.zip
swift-contrib-a710cb325c7827679c35c61ab41b821a5bc77673.tar.bz2
Flash the taskbar indefinitely on Windows
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtChatTabs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatTabs.cpp b/Swift/QtUI/QtChatTabs.cpp
index 249080b..9921754 100644
--- a/Swift/QtUI/QtChatTabs.cpp
+++ b/Swift/QtUI/QtChatTabs.cpp
@@ -250,19 +250,19 @@ void QtChatTabs::handleTabTitleUpdated(QWidget* widget) {
}
std::string current(Q2PSTRING(qobject_cast<QtTabbable*>(tabs_->currentWidget())->windowTitle()));
ChatMessageSummarizer summary;
setWindowTitle(summary.getSummary(current, unreads).c_str());
}
void QtChatTabs::flash() {
#ifndef SWIFTEN_PLATFORM_MACOSX
- QApplication::alert(this, 3000);
+ QApplication::alert(this, 0);
#endif
}
void QtChatTabs::resizeEvent(QResizeEvent*) {
emit geometryChanged();
}
void QtChatTabs::moveEvent(QMoveEvent*) {
emit geometryChanged();