mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-31 20:40:58 +00:00
Maintain config compatibility until 1.0
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
// required for the button serialization
|
||||
qRegisterMetaTypeStreamOperators<QVector<int> >("QVector<int>");
|
||||
// TODO: change to QVector in v1.0
|
||||
qRegisterMetaTypeStreamOperators<QList<int> >("QList<int>");
|
||||
qApp->setApplicationVersion(static_cast<QString>(APP_VERSION));
|
||||
|
||||
QTranslator translator;
|
||||
|
||||
Reference in New Issue
Block a user