Skip to content

Commit

Permalink
removed m_installerRunning variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhsood91 committed Sep 8, 2012
1 parent 0468d0b commit cfc9a71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/installscreen.cpp
Expand Up @@ -26,8 +26,6 @@ InstallScreen::InstallScreen(PackageBackend *backend, QString *tmpFileName, QObj
m_backend = backend; m_backend = backend;
m_tmpFileName = tmpFileName; m_tmpFileName = tmpFileName;


m_installerRunning = 0;

QWidget *packageWidget = new QWidget; QWidget *packageWidget = new QWidget;
packageWidget->setObjectName( "packageWidget" ); packageWidget->setObjectName( "packageWidget" );
packageWidget->setStyleSheet( "QWidget#packageWidget{ background-color : white; border-bottom : 1px solid rgb(196,181,147); border-left : 1px solid rgb(196,181,147); border-top : 1px solid rgb(196,181,147); border-right : 1px solid rgb(196,181,147); }" ); packageWidget->setStyleSheet( "QWidget#packageWidget{ background-color : white; border-bottom : 1px solid rgb(196,181,147); border-left : 1px solid rgb(196,181,147); border-top : 1px solid rgb(196,181,147); border-right : 1px solid rgb(196,181,147); }" );
Expand Down

0 comments on commit cfc9a71

Please sign in to comment.