mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Increase compiler warning level to W4 with WX
This commit is contained in:
@@ -178,6 +178,9 @@ void ProcessInfoWidget_C::AcceptVisitor(ViewVisitor_C* pVisitor)
|
||||
//------------------------------------------------------------------------------
|
||||
ProcessInfoWidget_C::ProcessInfoWidget_C(QWidget* pParent):QDockWidget(WidgetName)
|
||||
{
|
||||
|
||||
UNREFERENCED_PARAMETER(pParent);
|
||||
|
||||
setObjectName(WidgetName);
|
||||
|
||||
pTabWidget = new QTabWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user