This commit is contained in:
Luis Ángel San Martín
2019-09-19 21:16:56 +02:00
parent e587f59ddb
commit a632480422
4 changed files with 225 additions and 224 deletions

View File

@ -44,8 +44,8 @@ OptionsDialog::OptionsDialog(QWidget *parent)
sw->hide();
#endif
// Tray icon settings
QGroupBox * trayIconBox = new QGroupBox(tr("Tray icon settings"));
QVBoxLayout * trayLayout = new QVBoxLayout();
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings"));
QVBoxLayout *trayLayout = new QVBoxLayout();
auto apiKeyLayout = new QVBoxLayout();
auto apiKeyButton = new QPushButton(tr("Edit Comic Vine API key"));