aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/QuitDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-19 10:28:30 +0000
committerSaturneric <[email protected]>2021-06-19 10:28:30 +0000
commit7377178bc7214cf2e4e93ffa05e3ad29dda79b89 (patch)
tree8517330e926667004bc8d4854da78ff3caec7a37 /include/ui/QuitDialog.h
parentAdd dependent files under Windows. (diff)
downloadGpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.tar.gz
GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.zip
Improve project documents
Continue to write ReadME Eliminate compile-time warnings Fix some problems
Diffstat (limited to '')
-rwxr-xr-xinclude/ui/QuitDialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/QuitDialog.h b/include/ui/QuitDialog.h
index 308a41fe..8d69cfd2 100755
--- a/include/ui/QuitDialog.h
+++ b/include/ui/QuitDialog.h
@@ -39,8 +39,6 @@ private slots:
void slotMyDiscard();
private:
- [[maybe_unused]] QAction *closeAct{};
- [[maybe_unused]] QLabel *nameLabel{};
bool discarded;
QTableWidget *mFileList;
};