Revamp Shared Memory Example: Fix formatting of the dialog.h header
"dialog.h" has inconsitent indentation. Task-number: QTBUG-108858 Pick-to: 6.6 6.5 Change-Id: Id029d5ec63f3831e5ffcfe2b61d7e86896d4afb5 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
70815d31fe
commit
0a62d4e4c0
@ -14,21 +14,21 @@ class Dialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
public:
|
||||
Dialog(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
public slots:
|
||||
void loadFromFile();
|
||||
void loadFromMemory();
|
||||
|
||||
private:
|
||||
private:
|
||||
void detach();
|
||||
|
||||
private:
|
||||
private:
|
||||
Ui::Dialog ui;
|
||||
QSharedMemory sharedMemory;
|
||||
};
|
||||
//! [0]
|
||||
|
||||
#endif
|
||||
#endif // DIALOG_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user