Fix notifications when minimized.
authorMartin Sandsmark <martin.sandsmark@kde.org>
Tue, 17 Dec 2013 15:26:39 +0000 (16:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 22 Dec 2013 23:32:07 +0000 (00:32 +0100)
commite5729ea1e89934d0fde5883d6f41b2126b7b39d6
treeb922bc0846bace48202855751bd677ac726fdfbb
parent9e798c47eac3f01295016b6f27a48e787a072c25
Fix notifications when minimized.

QWidget::isVisible() just checks if the widget has been explicitly
hidden, not if it is minimized, covered, or whatnot.

Fixes #1240
src/qtui/mainwin.cpp