Merge branch 'dev-tools-seb' into dev-docs

This commit is contained in:
Sonaion
2019-12-18 17:54:48 +01:00
8 changed files with 100 additions and 1 deletions

View File

@@ -110,6 +110,8 @@ public:
* \return True if the image could be loaded, false otherwise.
*/
virtual bool loadImage(const QString &fileName);
virtual QColor getPixelColor(int x, int y);
};
#endif