diff src/main.h @ 209:6f404158ce8c

Get rid of tiny bit of code duplication.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Nov 2017 11:27:15 +0200
parents 2438ea2611f9
children 6585cac42b75
line wrap: on
line diff
--- a/src/main.h	Fri Nov 17 04:12:38 2017 +0200
+++ b/src/main.h	Tue Nov 21 11:27:15 2017 +0200
@@ -193,6 +193,7 @@
 
     void selectedPersonChanged(const QModelIndex &, const QModelIndex &);
 
+    void selectRowDelta(const int delta);
     void selectRowPrev();
     void selectRowNext();