summaryrefslogtreecommitdiffstats
path: root/cli-downloader.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-01-26 18:39:11 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2021-01-26 20:20:09 +0100
commitb84baa8a0dc2c312a6c9e668e3a7dd02de4730e7 (patch)
tree50b2dc97dafdb49460105f80ade945a252453504 /cli-downloader.cpp
parent0a4e37ee8baa98a9a7e82b6b40c25ffe49d275db (diff)
downloadsubsurface-b84baa8a0dc2c312a6c9e668e3a7dd02de4730e7.tar.gz
downloader: remove unnecessary includes
Including <QObject> should only be necessary in very few cases, because all widget classes have QObject as a base class, which means that <QObject> already has to be included. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'cli-downloader.cpp')
-rw-r--r--cli-downloader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli-downloader.cpp b/cli-downloader.cpp
index 34f8790e9..894ebfa2a 100644
--- a/cli-downloader.cpp
+++ b/cli-downloader.cpp
@@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "qt-models/diveimportedmodel.h"
-#include <QObject>
-#include <QUndoStack>
-
-
void cliDownloader(const char *vendor, const char *product, const char *device)
{
DiveImportedModel *diveImportedModel = new DiveImportedModel();