diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-02-17 22:29:31 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-02-17 22:36:27 +0300 |
| commit | d4548234b93404404e8807ac6fe5c671faad68f2 (patch) | |
| tree | 1602ceaabc07e31cc988c5e39e962e14c8aae055 /src/gvcore/fileviewcontroller.cpp | |
| parent | 8c522cac3456c10c5937c98bb6866323639aff51 (diff) | |
| download | gwenview-d4548234b93404404e8807ac6fe5c671faad68f2.tar.gz gwenview-d4548234b93404404e8807ac6fe5c671faad68f2.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>
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; } |
