aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b0a4cfd..7897038 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -134,6 +134,12 @@ private:
/// Redraws the unsynced-edits indicator from m_pendingEdits.
void updatePendingIndicator();
+ /// Opens the tag dialog on the current selection and applies its result.
+ ///
+ /// The only route to an arbitrary tag: every other tag action writes a
+ /// hardcoded name.
+ void editTagsOnSelection();
+
/// Set once the user has answered the exit prompt, or once a sync started
/// for exit has finished. Stops closeEvent asking a second time, and is
/// what lets the deferred close through.