Skip to content
Snippets Groups Projects
Commit 443a0377 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Add missing Q_OBJECT macros

Reviewed-by: thorbjorn
parent b95c86db
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ class Command;
class ActionContainer : public QObject
{
Q_OBJECT
public:
enum EmptyAction {
EA_Mask = 0xFF00,
......
......@@ -64,6 +64,8 @@ enum FakeVimSettingsCode
class FakeVimSettings : public QObject
{
Q_OBJECT
public:
FakeVimSettings();
~FakeVimSettings();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment