Commit 353a8f7b authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Qt bugfix: pressing Enter Key in preferences dialog should save prefs

parent 313ac43b
...@@ -91,6 +91,7 @@ private slots: ...@@ -91,6 +91,7 @@ private slots:
void save(); void save();
void cancel(); void cancel();
void reset(); void reset();
void close() { save(); };
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment