From 8f845727aeb15821acd3bc3dbf317b8312775006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 19 Sep 2019 22:49:00 +0200 Subject: [PATCH] Fixed more merge problems --- YACReaderLibrary/options_dialog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/YACReaderLibrary/options_dialog.h b/YACReaderLibrary/options_dialog.h index 575a0090..7ecc8511 100644 --- a/YACReaderLibrary/options_dialog.h +++ b/YACReaderLibrary/options_dialog.h @@ -34,6 +34,9 @@ private: QLabel *opacityLabel; QLabel *blurLabel; QPushButton *resetButton; + QCheckBox *displayContinueReadingBannerCheck; + QCheckBox *trayIconCheckbox; + QCheckBox *startToTrayCheckbox; }; #endif