Skip to content

Commit

Permalink
nit: Fix Qt includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 19, 2023
1 parent 4f9b0d5 commit 44ad3d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/singletons/ImageUploader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
#include <QHttpMultiPart>
#include <QJsonArray>
#include <QJsonDocument>
#include <qmessagebox.h>
#include <QMimeDatabase>
#include <QMutex>
#include <qpointer.h>
#include <QPointer>
#include <QSaveFile>

#define UPLOAD_DELAY 2000
Expand Down

0 comments on commit 44ad3d9

Please sign in to comment.