diff options
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index c27277e..97d8198 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -24,9 +24,9 @@ public: void setupPerspective(); void setupOrtho(bool offset=false); void paintGL(); - bool save(const char *filename); - bool save(std::ostream &output); - const std::string &getRendererInfo(); + bool save(const char *filename); // + bool save(std::ostream &output); // not implemented in qgl? + std::string getRendererInfo(); // GLint shaderinfo[11]; // |