mirror of
https://github.com/YACReader/yacreader
synced 2026-02-14 02:52:59 -05:00
fixed compilation warnings in YACReader.pro, at least using vc++ compiler
This commit is contained in:
@ -86,6 +86,8 @@ void EditShortcutsDialog::resetToDefaults()
|
||||
|
||||
void EditShortcutsDialog::loadShortcuts(const QModelIndex &mi,const QModelIndex &mi2)
|
||||
{
|
||||
Q_UNUSED(mi2);
|
||||
|
||||
actionsModel->addActions(groupsModel->getActions(mi));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user