Skip to content

Commit

Permalink
hide help button subnet calc
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Aug 2, 2015
1 parent d6b990f commit 6523084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/subnetcalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ SubnetCalc::SubnetCalc(QWidget *parent) :
{
ui->setupUi(this);


setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);

QList<QNetworkInterface> allInterfaces = QNetworkInterface::allInterfaces();
QNetworkInterface eth;

Expand Down

0 comments on commit 6523084

Please sign in to comment.