Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
96a55aa0
Commit
96a55aa0
authored
Sep 06, 2020
by
Matthieu Gallien
🎵
Browse files
fix elisaImport missing registering of data types
parent
86b6dfa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elisaimport.cpp
View file @
96a55aa0
...
...
@@ -23,6 +23,8 @@ int main(int argc, char *argv[])
qRegisterMetaType
<
QHash
<
qulonglong
,
int
>>
(
"QHash<qulonglong,int>"
);
qRegisterMetaType
<
QMap
<
QString
,
int
>>
();
qRegisterMetaType
<
QMap
<
QString
,
int
>>
(
"QMap<QString,int>"
);
qRegisterMetaType
<
QHash
<
QUrl
,
QDateTime
>>
(
"QHash<QUrl,QDateTime>"
);
qRegisterMetaType
<
DataTypes
::
ListTrackDataType
>
(
"DataTypes::ListTrackDataType"
);
QCommandLineParser
parser
;
parser
.
addHelpOption
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment