Skip to content

Commit

Permalink
Changes: Ut_StatusIndicatorMenuBusinessLogic should not really show t…
Browse files Browse the repository at this point in the history
…he status indicator menu window

RevBy: TrustMe
  • Loading branch information
Vesa Halttunen committed Mar 21, 2011
1 parent 2b68014 commit 197fc7b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
#include "closeeventeater_stub.h"
#include "ut_statusindicatormenubusinesslogic.h"

// QWidget stub for not actually showing the status indicator menu window
void QWidget::setVisible(bool visible) {
setAttribute(Qt::WA_WState_Visible, visible);
}

void Ut_StatusIndicatorMenuBusinessLogic::initTestCase()
{
static int argc = 1;
Expand Down

0 comments on commit 197fc7b

Please sign in to comment.