replaced shortcutsDialog by editShortcutsDialog in YACReader, the user is going to lose some information about how to use the magnifying glass but it results less confusing this way

This commit is contained in:
Luis Ángel San Martín
2014-12-30 17:42:07 +01:00
parent 0dfbfb3545
commit 280c6b96e9
2 changed files with 5 additions and 4 deletions

View File

@ -82,7 +82,7 @@ class EditShortcutsDialog;
//GoToDialog * goToDialog;
OptionsDialog * optionsDialog;
HelpAboutDialog * had;
ShortcutsDialog * shortcutsDialog;
//ShortcutsDialog * shortcutsDialog;
EditShortcutsDialog * editShortcutsDialog;
//! ToolBars
@ -130,7 +130,7 @@ class EditShortcutsDialog;
HttpVersionChecker * versionChecker;
QString previousComicPath;
QString nextComicPath;
//! M<EFBFBD>todo que inicializa el interfaz.
//! Método que inicializa el interfaz.
void setupUI();
void createActions();
void createToolBars();