Merge pull request #1738 from Trial97/some_removals

This commit is contained in:
Sefa Eyeoglu
2023-12-11 11:08:26 +01:00
parent 3e54d4ddbb
commit 2837ae8bff
3 changed files with 0 additions and 12 deletions

View File

@ -15,7 +15,6 @@
#pragma once
#include <net/NetJob.h>
#include <QDialog>
namespace Ui {
@ -31,7 +30,4 @@ class AboutDialog : public QDialog {
private:
Ui::AboutDialog* ui;
NetJob::Ptr netJob;
QByteArray dataSink;
};