@@ -72,14 +72,14 @@ class CClientDlg : public QDialog, private Ui_CClientDlgBase
7272 Q_OBJECT
7373
7474public:
75- CClientDlg ( CClient* pNCliP,
76- CSettings* pNSetP,
77- const QString& strConnOnStartupAddress,
78- const int iCtrlMIDIChannel,
79- const bool bNewShowComplRegConnList,
80- const bool bShowAnalyzerConsole,
81- QWidget* parent = nullptr ,
82- Qt::WindowFlags f = nullptr );
75+ CClientDlg ( CClient* pNCliP,
76+ CClientSettings* pNSetP,
77+ const QString& strConnOnStartupAddress,
78+ const int iCtrlMIDIChannel,
79+ const bool bNewShowComplRegConnList,
80+ const bool bShowAnalyzerConsole,
81+ QWidget* parent = nullptr ,
82+ Qt::WindowFlags f = nullptr );
8383
8484protected:
8585 void SetGUIDesign ( const EGUIDesign eNewDesign );
@@ -96,7 +96,7 @@ class CClientDlg : public QDialog, private Ui_CClientDlgBase
9696 void Disconnect ();
9797
9898 CClient* pClient;
99- CSettings* pSettings;
99+ CClientSettings* pSettings;
100100
101101 bool bConnected;
102102 bool bConnectDlgWasShown;
0 commit comments