12 #ifndef TOOLBUTTONMENU_H    13 #define TOOLBUTTONMENU_H    46                      QAction* defaultAction,
    47                      QActionGroup* alternativeActions,
    49       void addAction(QAction* a) { menu()->addAction(a); }
    56             defaultAction()->setIcon(a->icon());
    69 #endif // TOOLBUTTONMENU_H 
Definition: aeolus.cpp:26