mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fixing bad merge
This commit is contained in:
parent
d8b814082e
commit
c799ecbf83
1 changed files with 2 additions and 6 deletions
|
@ -239,11 +239,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
<<<<<<< HEAD
|
||||
const QString & getResourcesDir() {
|
||||
=======
|
||||
const QString& getQmlDir() {
|
||||
>>>>>>> vr_menus
|
||||
const QString& getResourcesDir() {
|
||||
static QString dir;
|
||||
if (dir.isEmpty()) {
|
||||
QDir path(__FILE__);
|
||||
|
@ -254,7 +250,7 @@ const QString& getQmlDir() {
|
|||
return dir;
|
||||
}
|
||||
|
||||
const QString & getQmlDir() {
|
||||
const QString& getQmlDir() {
|
||||
static QString dir;
|
||||
if (dir.isEmpty()) {
|
||||
dir = getResourcesDir() + "qml/";
|
||||
|
|
Loading…
Reference in a new issue