mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 02:50:07 -05:00
Fixed missing include with the latest Qt version
This commit is contained in:
parent
cd751f12d4
commit
2aca157b56
@ -25,6 +25,7 @@
|
||||
#include <QMenu>
|
||||
#include <QMimeData>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QTextDocument>
|
||||
|
||||
#include "gui/common/RSElidedItemDelegate.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
/* Images for tag icons */
|
||||
#define IMAGE_LOADING ":/images/folder-draft.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user