Mark missing settingsKey name as non-translateable
[quassel.git] / src / qtui / settingspages / ignorelistmodel.h
index 87b242a..f6a3ead 100644 (file)
@@ -52,6 +52,7 @@ public:
   const IgnoreListManager::IgnoreListItem &ignoreListItemAt(int row) const;
   void setIgnoreListItemAt(int row, const IgnoreListManager::IgnoreListItem &item);
   bool newIgnoreRule(const IgnoreListManager::IgnoreListItem &item);
+  const QModelIndex indexOf(const QString &rule);
 
 public slots:
   void loadDefaults();
@@ -88,6 +89,5 @@ int IgnoreListModel::columnCount(const QModelIndex &parent) const {
   Q_UNUSED(parent);
   return isReady() ? 3 : 0;
 }
-    
 
 #endif //IGNORELISTMODEL_H