summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtHighlightEditor.h')
-rw-r--r--Swift/QtUI/QtHighlightEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtHighlightEditor.h b/Swift/QtUI/QtHighlightEditor.h
index c7db464..e0595ad 100644
--- a/Swift/QtUI/QtHighlightEditor.h
+++ b/Swift/QtUI/QtHighlightEditor.h
@@ -42,2 +42,4 @@ namespace Swift {
void onDeleteButtonClicked();
+ void onUpButtonClicked();
+ void onDownButtonClicked();
void onCurrentRowChanged(int currentRow);
@@ -55,3 +57,2 @@ namespace Swift {
void populateList();
- void updateChatPreview();
void selectRow(int row);