Boring changes

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2023-04-17 10:16:03 +01:00
parent 3a7961834a
commit b8e0c8ebc6
6 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,9 @@
// SPDX-License-Identifier: GPL-3.0-only
/*
* PolyMC - Minecraft Launcher
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -258,4 +258,4 @@ bool FileIgnoreProxy::filterAcceptsColumn(int source_column, const QModelIndex&
return false;
return true;
}
}

View File

@ -69,4 +69,4 @@ class FileIgnoreProxy : public QSortFilterProxyModel {
private:
const QString root;
SeparatorPrefixTree<'/'> blocked;
};
};

View File

@ -67,4 +67,4 @@ class ModrinthPackExportTask : public Task {
void buildZip();
QByteArray generateIndex();
};
};

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
/*
* PolyMC - Minecraft Launcher
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*

View File

@ -99,4 +99,5 @@ void ExportMrPackDialog::done(int result)
}
QDialog::done(result);
}
}