yet another try

This commit is contained in:
Patrick von Reth 2014-02-21 11:11:04 +01:00
parent 2175f42fd3
commit 7acaead283
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
using namespace Snore;
NotifyWidget::NotifyWidget(int pos,QWidget *parent) :
QWidget(parent, Qt::Tool | Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint
QWidget(parent, Qt::ToolTip | Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
| Qt::WindowDoesNotAcceptFocus
#endif