mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[libcalamaresui] Move RESPATH #define to the one place it's used
This commit is contained in:
parent
432b8848ab
commit
2907b48844
2 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,6 @@
|
|||
|
||||
#include <QLocale>
|
||||
|
||||
#define RESPATH ":/data/"
|
||||
|
||||
class QDir;
|
||||
class QObject;
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include <QPen>
|
||||
#include <QWidget>
|
||||
|
||||
#define RESPATH ":/data/"
|
||||
|
||||
namespace CalamaresUtils
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue