mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
Replace unsigned int, and char with uint and uchar.
This commit is contained in:
@ -15,7 +15,7 @@ Fractorium::Fractorium(QWidget* parent)
|
||||
Timing t;
|
||||
ui.setupUi(this);
|
||||
qRegisterMetaType<QVector<int>>("QVector<int>");//For previews.
|
||||
qRegisterMetaType<vector<unsigned char>>("vector<unsigned char>");
|
||||
qRegisterMetaType<vector<byte>>("vector<byte>");
|
||||
qRegisterMetaType<EmberTreeWidgetItemBase*>("EmberTreeWidgetItemBase*");
|
||||
|
||||
m_FontSize = 9;
|
||||
|
Reference in New Issue
Block a user