summaryrefslogtreecommitdiffstats
path: root/application/KonamiCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/KonamiCode.h')
-rw-r--r--application/KonamiCode.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/KonamiCode.h b/application/KonamiCode.h
index ad17f8be..3d320ae7 100644
--- a/application/KonamiCode.h
+++ b/application/KonamiCode.h
@@ -4,14 +4,14 @@
class KonamiCode : public QObject
{
- Q_OBJECT
+ Q_OBJECT
public:
- KonamiCode(QObject *parent = 0);
- void input(QEvent *event);
+ KonamiCode(QObject *parent = 0);
+ void input(QEvent *event);
signals:
- void triggered();
+ void triggered();
private:
- int m_progress = 0;
+ int m_progress = 0;
};