summaryrefslogtreecommitdiffstats
path: root/Plugins/DbAndroid/dbandroidshellconnection.h
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-02-09 04:36:04 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-02-09 04:36:04 -0500
commitd9aa870e5d509cc7309ab82dd102a937ab58613a (patch)
treed92d03d76b5c390b335f1cfd761f1a0b59ec8496 /Plugins/DbAndroid/dbandroidshellconnection.h
parent68ee4cbcbe424b95969c70346283a9f217f63825 (diff)
Imported Upstream version 3.1.1+dfsg1upstream/3.1.1+dfsg1
Diffstat (limited to 'Plugins/DbAndroid/dbandroidshellconnection.h')
-rw-r--r--Plugins/DbAndroid/dbandroidshellconnection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/DbAndroid/dbandroidshellconnection.h b/Plugins/DbAndroid/dbandroidshellconnection.h
index 1c0ae0f..205d9bb 100644
--- a/Plugins/DbAndroid/dbandroidshellconnection.h
+++ b/Plugins/DbAndroid/dbandroidshellconnection.h
@@ -14,7 +14,7 @@ class DbAndroidShellConnection : public DbAndroidConnection
Q_OBJECT
public:
- DbAndroidShellConnection(DbAndroid* plugin, QObject *parent = 0);
+ DbAndroidShellConnection(DbAndroid* plugin, const QString &deviceName, QObject *parent = 0);
~DbAndroidShellConnection();
bool connectToAndroid(const DbAndroidUrl& url);
@@ -49,6 +49,7 @@ class DbAndroidShellConnection : public DbAndroidConnection
DbAndroidUrl connectionUrl;
bool appOkay = false;
mutable QMutex appOkMutex;
+ QString creationDeviceName;
static const CsvFormat CSV_FORMAT;