added linux support

This commit is contained in:
itsmattkc
2019-01-20 23:05:59 +11:00
parent d5eab3673c
commit 3882288238
7 changed files with 426 additions and 356 deletions
+1 -4
View File
@@ -43,10 +43,7 @@ const EffectMeta* get_meta_from_name(const QString& input) {
if (split_index > -1) {
category = input.left(split_index);
}
QString name = input.mid(split_index + 1);
qDebug() << "CAT:" << category;
qDebug() << "NAM:" << name;
QString name = input.mid(split_index + 1);
for (int j=0;j<effects.size();j++) {
if (effects.at(j).name == name