We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484d8c6 commit eae90d8Copy full SHA for eae90d8
src/Models/Blur.h
@@ -9,7 +9,7 @@ class Blur
9
bool previewMode;
10
double radius;
11
double PSNR;
12
- const virtual QString getName() const;
+ const virtual QString getName() const = 0;
13
};
14
15
#endif // BLUR_H
0 commit comments