Skip to content

Commit

Permalink
Disable profiling actions when app starts
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Mar 10, 2015
1 parent 3fff896 commit b2ad5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbkit-lib/ui/centralwidget.cpp
Expand Up @@ -152,6 +152,7 @@ CentralWidget::CentralWidget(AppMainwindow *window) : QWidget(window)
disableCloseButtonOnFirstTab(chartingTab.data());
makeMarginSpacingZero(mainLayout);
setLayout(mainLayout);
actionToolBar->disableProfileActions();
}

CentralWidget::~CentralWidget()
Expand Down

0 comments on commit b2ad5e8

Please sign in to comment.