0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Fix some warnings

This commit is contained in:
Rodrigo Torres
2021-08-17 22:20:38 -03:00
parent df7670d136
commit 9705fb970c
3 changed files with 10 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ QWidget *ReportDesignWidget::toolWindow(ReportDesignWidget::ToolWindowType windo
case SignalSlotEditor:
return dialogDesignerManager()->signalSlotEditor();
}
return NULL;
}
#endif