Skip to content
Snippets Groups Projects

[fix] Clean up some warnings

Merged Timothée Couble requested to merge fix/cleanUpWarnings into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,7 +42,7 @@ protected Q_SLOTS:
void toggleMVDecoration(); // Toggle Multiview decorations
private:
Q_DISABLE_COPY(vvMainWindow);
Q_DISABLE_COPY(vvMainWindow)
class pqInternals;
pqInternals* Internals;
Loading