comparison 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
comparison
equal deleted inserted replaced
208:e6a2658ae096 209:6f404158ce8c
191 191
192 void on_tableview_People_doubleClicked(const QModelIndex &index); 192 void on_tableview_People_doubleClicked(const QModelIndex &index);
193 193
194 void selectedPersonChanged(const QModelIndex &, const QModelIndex &); 194 void selectedPersonChanged(const QModelIndex &, const QModelIndex &);
195 195
196 void selectRowDelta(const int delta);
196 void selectRowPrev(); 197 void selectRowPrev();
197 void selectRowNext(); 198 void selectRowNext();
198 199
199 void changeUIZoomIn(); 200 void changeUIZoomIn();
200 void changeUIZoomOut(); 201 void changeUIZoomOut();