1+ /* **************************************************************************
2+ qgsstorebadlayerinfo.h
3+ ----------------------
4+ begin : Jan 2019
5+ copyright : (C) 2019 by Marco Hugentobler
6+ email : marco dot hugentobler at sourcepole dot ch
7+ ***************************************************************************/
8+
9+ /* **************************************************************************
10+ * *
11+ * This program is free software; you can redistribute it and/or modify *
12+ * it under the terms of the GNU General Public License as published by *
13+ * the Free Software Foundation; either version 2 of the License, or *
14+ * (at your option) any later version. *
15+ * *
16+ ***************************************************************************/
17+
118#ifndef QGSSTOREBADLAYERINFO_H
219#define QGSSTOREBADLAYERINFO_H
320
@@ -13,21 +30,17 @@ class QgsStoreBadLayerInfo: public QgsProjectBadLayerHandler
1330 public:
1431 /* Default constructor
1532 */
16- QgsStoreBadLayerInfo ();
17-
18- /* Destructor
19- */
20- ~QgsStoreBadLayerInfo ();
33+ QgsStoreBadLayerInfo () = default ;
2134
2235 /* *
23- * @ brief handleBadLayers
24- * @ param layers layer nodes
36+ * \ brief handleBadLayers
37+ * \ param layers layer nodes
2538 */
2639 void handleBadLayers ( const QList<QDomNode> &layers );
2740
2841 /* *
29- * @ brief badLayers
30- * @return ids of bad layers
42+ * \ brief badLayers
43+ * \returns ids of bad layers
3144 */
3245 QStringList badLayers () const { return mBadLayerIds ; }
3346
0 commit comments