diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
commit | 88c071c5ed526be1e19fe8bdda79605ef642844d (patch) | |
tree | 0455131a8a41db50a688a65e78b72fd4f8435445 /src/MainWindow.h | |
parent | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (diff) |
re-simplify library info window. start to unify glview.save()
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index b685bf1..4848db6 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -87,7 +87,7 @@ private: void loadViewSettings(); void loadDesignSettings(); - class QDialog *openglbox; + class QMessageBox *openglbox; private slots: void actionNew(); |