32 #ifndef pqTimerLogReaction_h 33 #define pqTimerLogReaction_h 47 static void showTimerLog();
This is a superclass just to make it easier to collect all such reactions.
Reaction for showing the timer log dialog.
virtual void onTriggered()
Called when the action is triggered.
static void showTimerLog()
Pops up (or raises) the timer log dialog.
pqTimerLogReaction(QAction *parentObject)