summaryrefslogtreecommitdiff
path: root/src/QGLView.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-21 11:49:19 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-21 11:49:19 (GMT)
commit88c071c5ed526be1e19fe8bdda79605ef642844d (patch)
tree0455131a8a41db50a688a65e78b72fd4f8435445 /src/QGLView.h
parente3ecf26d45afd3511634a7e5d9e0e569c038f915 (diff)
re-simplify library info window. start to unify glview.save()
Diffstat (limited to 'src/QGLView.h')
-rw-r--r--src/QGLView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/QGLView.h b/src/QGLView.h
index 862d751..57e5faf 100644
--- a/src/QGLView.h
+++ b/src/QGLView.h
@@ -35,7 +35,8 @@ public:
void setShowCrosshairs(bool enabled) { this->showcrosshairs = enabled; }
bool orthoMode() const { return this->orthomode; }
void setOrthoMode(bool enabled) { this->orthomode = enabled; }
- const std::string &getRendererInfo() const { return this->rendererInfo; }
+ std::string getRendererInfo() const { return this->rendererInfo; }
+ bool save(const char *filename);
public:
QLabel *statusLabel;
contact: Jan Huwald // Impressum