#refs 432 using forward declaration to reduce includes in header

Remark: some related includes had to be updated
This commit is contained in:
Klaus Basan
2015-05-27 04:02:58 +02:00
parent 6e2830c130
commit a89c4a9775
3 changed files with 18 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
#include "maininfoareacomponent.h"
#include "ui_maininfoareacomponent.h"
#include "allmaininfoareacomponents.h"
#include "../stylesheetutility.h"
#include "../guiutility.h"
#include "blackmisc/icons.h"
@@ -97,7 +98,6 @@ namespace BlackGui
case InfoAreaLog:
case InfoAreaSimulator:
return QSize(400, 300);
break;
case InfoAreaMappings:
case InfoAreaSettings:
case InfoAreaTextMessages:
@@ -105,10 +105,8 @@ namespace BlackGui
break;
case InfoAreaFlightPlan:
return QSize(625, 500);
break;
default:
return QSize(400, 300);
break;
}
}