gui/main added spaces between template brackets
This commit is contained in:
parent
4a695c78d9
commit
51beb6d01a
|
@ -29,7 +29,7 @@ int main(int argc, char *argv[])
|
|||
app.setWindowIcon(QIcon(":icon.png"));
|
||||
|
||||
// Register this metatype that is used to transfer error info
|
||||
qRegisterMetaType<QList<unsigned int>>("QList<unsigned int>");
|
||||
qRegisterMetaType< QList<unsigned int> >("QList<unsigned int>");
|
||||
|
||||
// Set codecs so that UTF-8 strings in sources are handled correctly.
|
||||
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
|
||||
|
|
Loading…
Reference in New Issue