We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf0bda commit f13f9dbCopy full SHA for f13f9db
1 file changed
src/zGui/include/zwindow.hpp
@@ -8,8 +8,10 @@
8
#include "ztable.hpp"
9
#include "zSearchPanel.hpp"
10
#include "clearButton.hpp"
11
+#include "getButton.hpp"
12
13
using zclipboard::zGui::ClearButton;
14
+using zclipboard::zGui::GetButton;
15
using zclipboard::zGui::SearchArea;
16
17
namespace zclipboard::zGui {
@@ -30,6 +32,7 @@ class ZWindow : public QMainWindow {
30
32
ZTable *ztable;
31
33
SearchArea *zSearchArea;
34
ClearButton *clearButton;
35
+ GetButton *getButton;
36
37
private:
38
inline static constexpr int Z_WINDOW_WIDTH = 800;
0 commit comments