* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-#ifndef CSETTINGS_H
-#define CSETTINGS_H
+#pragma once
class MdiChild;
#include <QDialog>
bool createLayout();
bool renderLayout();
};
-
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#define QT_NO_PRINTER 1
-#ifndef IMAGEVIEWER_H
-#define IMAGEVIEWER_H
#include <QtWidgets>
#include <QMainWindow>
#include <QPrinter>
void closeEvent(QCloseEvent *event);
};
-
-#endif
These examples are published under the terms of the BSD
*/
-#ifndef CMAINWINDOW_H
-#define CMAINWINDOW_H
+#pragma once
#include <QMainWindow>
#include <QTextStream>
QMenu *mHelp;
};
-
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-
-#ifndef MDICHILD_H
-#define MDICHILD_H
+#pragma once
#include <QTextEdit>
#include "imageviewer.h"
QString curFile;
bool isUntitled;
};
-
-#endif