[calamares] Tidy up include-guard comments

This commit is contained in:
Adriaan de Groot 2019-06-11 10:30:19 +02:00
parent 0d507ec265
commit 39675655a0
7 changed files with 7 additions and 7 deletions

View File

@ -82,4 +82,4 @@ private:
bool m_debugMode; bool m_debugMode;
}; };
#endif //CALAMARESAPPLICATION_H #endif // CALAMARESAPPLICATION_H

View File

@ -55,4 +55,4 @@ private:
Calamares::ViewManager* m_viewManager; Calamares::ViewManager* m_viewManager;
}; };
#endif //CALAMARESWINDOW_H #endif // CALAMARESWINDOW_H

View File

@ -45,4 +45,4 @@ private:
const QModelIndex& index ) const; const QModelIndex& index ) const;
}; };
#endif // PROGRESSTREEDELEGATE_H #endif // PROGRESSTREEDELEGATE_H

View File

@ -57,4 +57,4 @@ public:
virtual QVariant data( int role ) const; virtual QVariant data( int role ) const;
}; };
#endif // PROGRESSTREEITEM_H #endif // PROGRESSTREEITEM_H

View File

@ -57,4 +57,4 @@ private:
ProgressTreeRoot* m_rootItem; ProgressTreeRoot* m_rootItem;
}; };
#endif // PROGRESSTREEMODEL_H #endif // PROGRESSTREEMODEL_H

View File

@ -48,4 +48,4 @@ private:
ProgressTreeDelegate* m_delegate; ProgressTreeDelegate* m_delegate;
}; };
#endif // PROGRESSTREEVIEW_H #endif // PROGRESSTREEVIEW_H

View File

@ -51,4 +51,4 @@ private:
}; };
#endif // VIEWSTEPITEM_H #endif // VIEWSTEPITEM_H