mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 08:10:46 -04:00
Add proper header path for 'retroshare-gui/' headers
This is simplifies the include directories needed for plugins.
This commit is contained in:
parent
82ba488574
commit
09c7fdee4b
31 changed files with 55 additions and 33 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "RsAutoUpdatePage.h"
|
||||
#include <retroshare-gui/RsAutoUpdatePage.h>
|
||||
#include "ui_BannedFilesDialog.h"
|
||||
|
||||
class BannedFilesDialog: public QDialog
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
#include <QWidget>
|
||||
#include <QPainter>
|
||||
#include <QBitmap>
|
||||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
#include <retroshare-gui/RsAutoUpdatePage.h>
|
||||
#include <retroshare/rstypes.h>
|
||||
|
||||
struct FileChunksInfo ;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <retroshare/rstypes.h>
|
||||
#include "ui_SearchDialog.h"
|
||||
#include "mainpage.h"
|
||||
#include <retroshare-gui/mainpage.h>
|
||||
|
||||
class AdvancedSearchDialog;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "ui_SharedFilesDialog.h"
|
||||
|
||||
#include "RsAutoUpdatePage.h"
|
||||
#include <retroshare-gui/RsAutoUpdatePage.h>
|
||||
#include "gui/RetroShareLink.h"
|
||||
#include "util/RsProtectedTimer.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <retroshare/rstypes.h>
|
||||
#include <retroshare/rsevents.h>
|
||||
#include "RsAutoUpdatePage.h"
|
||||
#include <retroshare-gui/RsAutoUpdatePage.h>
|
||||
|
||||
#include "ui_TransfersDialog.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue