summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-26 15:02:31 +0200
committerTannin <devnull@localhost>2013-10-26 15:02:31 +0200
commit09bd3dbead9afd6a57684908e77aba6960ad464d (patch)
tree4b0d4e5901473c66b007b33c0100d8941841b3ca /src/mainwindow.h
parent8c0b309bdee2527fab66b00b34171ef18f5055bf (diff)
- text files encoded in system encoding should now be correctly recognized in the mod info dialog
- archive-list can be user-sorted again (within one mod)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a96e5fcf..93a6af80 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -510,7 +510,7 @@ private slots: // ui slots
void on_actionEndorseMO_triggered();
void on_bsaList_customContextMenuRequested(const QPoint &pos);
- void on_bsaList_itemChanged(QTreeWidgetItem *item, int column);
+ void on_bsaList_itemMoved();
void on_btnRefreshData_clicked();
void on_categoriesList_customContextMenuRequested(const QPoint &pos);
void on_compactBox_toggled(bool checked);