Make nextDC and previousDC work and assign shortcuts

Cursor right and left now work again to switch between divecomputers.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-10 10:45:13 -07:00
parent 56c4cced53
commit e69dbebf21
3 changed files with 17 additions and 4 deletions

View file

@ -82,7 +82,7 @@ private:
bool askSaveChanges();
void readSettings();
void writeSettings();
void redrawProfile();
};
#endif