aboutsummaryrefslogtreecommitdiff
path: root/launcher/Env.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Env.h')
-rw-r--r--launcher/Env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/Env.h b/launcher/Env.h
index 8002a183..cbf31732 100644
--- a/launcher/Env.h
+++ b/launcher/Env.h
@@ -25,14 +25,14 @@ class Index;
class Env
{
- friend class Launcher;
+ friend class Application;
private:
struct Private;
Env();
~Env();
static void dispose();
public:
- static Env& getInstance();
+ static Env* getInstance();
QNetworkAccessManager &network() const;