Raw -> Smart Pointers for musredit qt5.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <QPixmap>
|
||||
#include <QXmlStreamReader>
|
||||
|
||||
#include <musredit.h>
|
||||
#include "musredit.h"
|
||||
|
||||
class PAdmin;
|
||||
|
||||
@@ -208,8 +208,8 @@ class PAdmin : public QObject
|
||||
bool fEnableMusrT0; ///< flag indicating if musrT0 shall be enabled at startup from within musredit (default: yes).
|
||||
bool fDarkThemeIconsMenu; ///< flag indicating if dark theme icons shall be used in the menu (default: no)
|
||||
bool fDarkThemeIconsToolbar; ///< flag indicating if dark theme icons shall be used in the toolbar (default: no)
|
||||
int fEditWidth; ///< startup edit width
|
||||
int fEditHeight; ///< startup edit height
|
||||
int fEditWidth{900}; ///< startup edit width
|
||||
int fEditHeight{800}; ///< startup edit height
|
||||
|
||||
QString fBeamline; ///< name of the beamline. Used to generate default run header lines.
|
||||
QString fInstitute; ///< name of the institute. Used to generate default run header lines.
|
||||
|
||||
Reference in New Issue
Block a user