mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Always include Qt using <> and cleaned up some includes/whitespace
This commit is contained in:
@@ -19,8 +19,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
struct RimMdiWindowGeometry;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
class RiuMainWindowBase : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -39,8 +43,7 @@ public:
|
||||
void loadWinGeoAndDockToolBarLayout();
|
||||
void saveWinGeoAndDockToolBarLayout();
|
||||
void showWindow();
|
||||
|
||||
private:
|
||||
QString registryFolderName();
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user