diff --git a/src/changelogwidget.cpp b/src/changelogwidget.cpp index 4e1f50c..769b118 100644 --- a/src/changelogwidget.cpp +++ b/src/changelogwidget.cpp @@ -62,8 +62,6 @@ void ChangelogWidget::on_pushButton_clicked() { z.addFileFromDisk(QString("Map%1.lmu").arg(i.split("[")[1].split("]")[0]).toStdString(), QString(work_dir + QString("/Map%1.lmu").arg(i.split("[")[1].split("]")[0])).toStdString()); } else if (!ex.match(i).hasMatch() && i.split(" ").size() >= 2) { // file - auto temp2 = QString(work_dir + QString("/%1/%2").arg(i.split(" ")[1]).arg(fileex.match(i).captured(1))); - qDebug()< QString compare(T orig, T work) { - // if i had a nickel for every time liblcf object defaults not being the same as rm2k3 defaults tripped up what would otherwise be a simple comparison i'd have two nickels. which isn't a lot but maybe i should make a PR about this T empty; if (orig == empty && work != empty) { return "+";