Skip to content

Commit b95d432

Browse files
committedJul 22, 2017
huh? of course SubLayerItem is private
1 parent 90fa6c2 commit b95d432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgssublayersdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <QTableWidgetItem>
2121
#include <QPushButton>
2222

23+
//! @cond
2324
class SubLayerItem : public QTreeWidgetItem
2425
{
2526
public:
@@ -38,6 +39,7 @@ class SubLayerItem : public QTreeWidgetItem
3839
return text( col ) < other.text( col );
3940
}
4041
};
42+
//! @endcond
4143

4244
QgsSublayersDialog::QgsSublayersDialog( ProviderType providerType, const QString &name,
4345
QWidget *parent, Qt::WindowFlags fl )

0 commit comments

Comments
 (0)
Please sign in to comment.