Issue #77 Break dependency of pixmap on statusmessage

This commit is contained in:
Mat Sutcliffe
2020-08-28 18:07:02 +01:00
parent 2391d242ed
commit 43bb72788e
3 changed files with 5 additions and 31 deletions

View File

@@ -60,9 +60,6 @@ namespace BlackMisc
//! \copydoc BlackMisc::Mixin::String::toQString
QString convertToQString(bool i18n = false) const;
//! Load from file
static CPixmap loadFromFile(const QString &filePath, CStatusMessage &msg);
private:
//! Init the byte array with data
void fillByteArray();