NOISSUE Cleanup Technic support

This commit is contained in:
Jamie Mansfield
2020-10-13 21:15:00 +01:00
parent fd1a8f039a
commit edfea9894e
9 changed files with 0 additions and 17 deletions

View File

@ -18,7 +18,6 @@
#include <QList>
#include <QString>
namespace Technic {
struct Modpack {
QString slug;

View File

@ -20,7 +20,6 @@
#include <QIcon>
Technic::ListModel::ListModel(QObject *parent) : QAbstractListModel(parent)
{
}

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "TechnicPage.h"
#include "ui_TechnicPage.h"