Skip to content

Commit

Permalink
added a qDebug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ishankhare07 committed Jun 30, 2015
1 parent 6ac81e1 commit 545a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbkit-lib/ui/actiontoolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void ActionToolbar::setupToolBar()
"start_snapshot",
QIcon(":/icons/snapshot-32.png"),
"cpu_profiling");
connect(snapshotButton, &QToolButton::clicked, this, &ActionToolbar::performCPUSnapshot);
connect(cpusnapshotButton, &QToolButton::clicked, this, &ActionToolbar::performCPUSnapshot);

toolBar->loadStyleSheet(":/icons/style.css");
}
Expand Down

0 comments on commit 545a6c6

Please sign in to comment.