mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Fixed missing include with the latest Qt version
This commit is contained in:
parent
cd751f12d4
commit
2aca157b56
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue