mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-27 15:35:21 +00:00
rename desk to desktop, remove virtual and add override
This commit is contained in:
parent
75445d0b67
commit
b3b96a73a9
@ -400,7 +400,7 @@ if(APPLE)
|
|||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|
||||||
if(WITH_DESKTOP_INTEGRATION)
|
if(WITH_DESKTOP_INTEGRATION)
|
||||||
add_subdirectory(desk)
|
add_subdirectory(desktop)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -9,8 +9,8 @@ Q_DECLARE_LOGGING_CATEGORY(LOG_ASEPRITE_THUMBCREATOR)
|
|||||||
|
|
||||||
class AsepriteThumbCreator : public ThumbCreator {
|
class AsepriteThumbCreator : public ThumbCreator {
|
||||||
public:
|
public:
|
||||||
virtual bool create(const QString& path, int width, int height, QImage& img);
|
bool create(const QString& path, int width, int height, QImage& img) override;
|
||||||
virtual Flags flags() const;
|
Flags flags() const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user