Fixed search
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
private slots:
|
||||
void on_selectProjectDirButton_clicked();
|
||||
void on_reloadButton_clicked();
|
||||
// void on_reloadButton_clicked();
|
||||
void on_languageCombo_currentTextChanged(const QString &selectedLanguage);
|
||||
void on_reloadTranslationsButton_clicked();
|
||||
void on_reloadFilesButton_clicked();
|
||||
@@ -74,7 +74,6 @@ private:
|
||||
void translationRequestFinished(QNetworkReply *reply);
|
||||
void countAndShowUntranslated();
|
||||
void searchNext();
|
||||
void searchInTree(QTreeWidgetItem *item, const QString &query);
|
||||
QVector<TranslationItem> parseTextBlock(const QString &block);
|
||||
void setConfigValue(const QString &key, const QString &value);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user