mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
IRCClient: Start using GStackWidget for the subwindows.
This commit is contained in:
parent
497300c492
commit
1089cd1378
5 changed files with 22 additions and 20 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "IRCClient.h"
|
||||
#include "IRCClientWindow.h"
|
||||
|
||||
class GStackWidget;
|
||||
|
||||
class IRCAppWindow : public GWindow {
|
||||
public:
|
||||
IRCAppWindow();
|
||||
|
@ -19,5 +21,5 @@ private:
|
|||
|
||||
IRCClient m_client;
|
||||
|
||||
GWidget* m_subwindow_container { nullptr };
|
||||
GStackWidget* m_container { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue