diff options
-rw-r--r-- | controller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.cxx b/controller.cxx index 2e95c09..e70a66d 100644 --- a/controller.cxx +++ b/controller.cxx @@ -29,7 +29,7 @@ Controller::Controller(QObject* parent) : connect(window, SIGNAL(signUp(QString)), this, SIGNAL(signUp(QString))); connect(this, &Controller::signUp, [/*this,*/ #ifdef __ANDROID__ - &path + path #endif ](QString const& brand) { sign_up(brand.toLatin1().constData(), |