Refactor: initialize class variable directly

This commit is contained in:
Chocobo1
2017-03-21 16:16:01 +08:00
committed by sledgehammer999
parent b985bb43fa
commit b4bca7cfb7
2 changed files with 8 additions and 16 deletions

View File

@@ -103,7 +103,6 @@ private:
static void translateDocument(QString &data);
static const QStringMap CONTENT_TYPE_BY_EXT;
static QStringMap initializeContentTypeByExtMap();
};
#endif // ABSTRACTWEBAPPLICATION_H