diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-02-17 22:29:31 +0300 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-22 18:29:31 +0900 |
| commit | ad01a7f1f9dee617e1c41434000788e93e4a82bd (patch) | |
| tree | a4a3913b1e930c6683b0da587a2c19c770c4f2e1 /src/gvcore/fileviewcontroller.cpp | |
| parent | 801c90b6c2cb7b3632aa9d20da59b80b104d2c85 (diff) | |
| download | gwenview-ad01a7f1.tar.gz gwenview-ad01a7f1.zip | |
Various small improvements
- fix some warnings about struct/class deslaration/definition mismatch
- fix incorrect assert in jpegcontent.cpp
- add a note
- null a pointer after deleting a job
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d4548234b93404404e8807ac6fe5c671faad68f2)
Diffstat (limited to 'src/gvcore/fileviewcontroller.cpp')
| -rw-r--r-- | src/gvcore/fileviewcontroller.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gvcore/fileviewcontroller.cpp b/src/gvcore/fileviewcontroller.cpp index ffcb971..40ec6ea 100644 --- a/src/gvcore/fileviewcontroller.cpp +++ b/src/gvcore/fileviewcontroller.cpp @@ -172,8 +172,7 @@ private: // FileViewController::Private // //----------------------------------------------------------------------- -class FileViewController::Private { -public: +struct FileViewController::Private { ~Private() { delete mSliderTracker; } |
