summaryrefslogtreecommitdiffstats
path: root/core/connectionlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/connectionlistmodel.h')
-rw-r--r--core/connectionlistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/connectionlistmodel.h b/core/connectionlistmodel.h
index b7b1db5c9..11a93bfbc 100644
--- a/core/connectionlistmodel.h
+++ b/core/connectionlistmodel.h
@@ -16,6 +16,7 @@ public:
int rowCount(const QModelIndex &parent = QModelIndex()) const;
void addAddress(const QString address);
void removeAllAddresses();
+ int indexOf(QString address);
private:
QStringList m_addresses;
};