Bug #462 ยป 0015-Qt-Add-Q_OBJECT-for-fc_shortcut_popup.patch
| client/gui-qt/shortcuts.h | ||
|---|---|---|
|
**************************************************************************/
|
||
|
class fc_shortcut_popup : public QDialog
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
public:
|
||
|
fc_shortcut_popup(QWidget *parent);
|
||
|
void run(fc_shortcut *s);
|
||