Fix build

This commit is contained in:
Steven Cherry 2016-06-12 16:53:51 -05:00 committed by Anon
parent 667ba40125
commit f6cd1ec450

View File

@ -43,5 +43,5 @@ private:
void removeDuplicates(const QString& newValue); void removeDuplicates(const QString& newValue);
void keyPressEvent(QKeyEvent* event) override; void keyPressEvent(QKeyEvent* event) override;
QString getKeyName(int key_code) const; QString getKeyName(int key_code) const;
Qt::Key ConfigureInput::getKeyValue(const QString& text) const; Qt::Key getKeyValue(const QString& text) const;
}; };