mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 22:50:12 +00:00
17 lines
317 B
Diff
17 lines
317 B
Diff
--- a/src/libsync/theme.cpp
|
|
+++ b/src/libsync/theme.cpp
|
|
@@ -20,11 +20,12 @@
|
|
#include "common/vfs.h"
|
|
|
|
#include <QtCore>
|
|
-#ifndef TOKEN_AUTH_ONLY
|
|
#include <QtGui>
|
|
+#ifndef TOKEN_AUTH_ONLY
|
|
#include <QStyle>
|
|
#include <QApplication>
|
|
#endif
|
|
+#include <QPainterPath>
|
|
#include <QSslSocket>
|
|
#include <QSvgRenderer>
|
|
|