From 8e7caf4e25dc3f56877a504c45d157860215496b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 10 Jul 2015 01:11:06 +0200 Subject: GH-1053 move launch related things and rename them --- application/LaunchInteraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/LaunchInteraction.h') diff --git a/application/LaunchInteraction.h b/application/LaunchInteraction.h index f62d5124..d64c3f6a 100644 --- a/application/LaunchInteraction.h +++ b/application/LaunchInteraction.h @@ -45,5 +45,5 @@ private: QWidget * m_parentWidget = nullptr; ConsoleWindow *m_console = nullptr; AuthSessionPtr m_session; - std::shared_ptr m_launcher; + std::shared_ptr m_launcher; }; -- cgit v1.2.3