Skip to content

Commit

Permalink
[webqt6] remove unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Aug 7, 2023
1 parent 5ae5d85 commit 0d1f204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootqt6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class RQt6WebDisplayHandle : public RWebDisplayHandle {
RootWebView *fView{nullptr}; ///< pointer on widget, need to release when handle is destroyed

class Qt6Creator : public Creator {
int fCounter{0}; ///< counter used to number handlers
QApplication *qapp{nullptr}; ///< created QApplication
int qargc{1}; ///< arg counter
char *qargv[2]; ///< arg values
Expand Down

0 comments on commit 0d1f204

Please sign in to comment.