More Cleanup

This commit is contained in:
Steven Cherry 2016-06-23 07:01:27 -05:00
parent 4ba93b819a
commit e4146949a0

View File

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