More Cleanup

This commit is contained in:
Steven Cherry 2016-06-23 07:01:27 -05:00 committed by Anon
parent 4ddb494072
commit 82c1cf5f69

View File

@ -43,7 +43,7 @@ private:
QString getKeyName(int key_code) const; QString getKeyName(int key_code) const;
Qt::Key getKeyValue(const QString& text) const; Qt::Key getKeyValue(const QString& text) const;
void setKey(); void setKey();
private Q_SLOTS: private slots:
void handleClick(); void handleClick();
void restoreDefaults(); void restoreDefaults();
}; };