tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

Convert huge if-else chain to switch. #14

Closed reporter123 closed 6 years ago

reporter123 commented 6 years ago

Convert if-else chain in MainImpl::shortCutActivated back to switch by using first key sequence in QKeySequence explicitly. This works with QT 5.9 and not depreciated.

reporter123 commented 6 years ago

wrong branch on my end cann't change it.