Browse Source

Extended window alert time

Is ugly on OSX, but better on Windows and Linux
pull/36/head
Kevin Flynn 12 years ago
parent
commit
de97017513
  1. 2
      widget/widget.cpp

2
widget/widget.cpp

@ -519,7 +519,7 @@ void Widget::updateFriendStatusLights(int friendId)
void Widget::newMessageAlert() void Widget::newMessageAlert()
{ {
QApplication::alert(this, 1000); QApplication::alert(this);
QSound::play(":audio/notification.wav"); QSound::play(":audio/notification.wav");
} }

Loading…
Cancel
Save