File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
sephera-cpp/Source/gui/include Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 33#include < QPushButton>
44#include < QLineEdit>
55#include < QLabel>
6+ #include < QTableWidget>
67#include " ../../context/include/context.hpp"
78#include " components.hpp"
9+ #include " sephera.hpp"
810
911using namespace sephera_cpp ::context;
1012
@@ -14,7 +16,7 @@ namespace sephera_cpp::gui {
1416 Init ();
1517 void setupGui (SepheraWindow *sepheraWindow);
1618
17- void setupContext ();
19+ void setupContext (SepheraWindow *sepheraWindow );
1820
1921 private:
2022 Components *components;
@@ -26,6 +28,8 @@ namespace sephera_cpp::gui {
2628 QPushButton *open_project_btn;
2729 QPushButton *scan_project_btn;
2830 QPushButton *option_btn;
31+ QPushButton *sort_btn;
32+ QTableWidget *resultTable;
2933 };
3034
3135} // namespace sephera_cpp::gui
You can’t perform that action at this time.
0 commit comments