Skip to content

Commit

Permalink
huh? of course SubLayerItem is private
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 22, 2017
1 parent 90fa6c2 commit b95d432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgssublayersdialog.cpp
Expand Up @@ -20,6 +20,7 @@
#include <QTableWidgetItem>
#include <QPushButton>

//! @cond
class SubLayerItem : public QTreeWidgetItem
{
public:
Expand All @@ -38,6 +39,7 @@ class SubLayerItem : public QTreeWidgetItem
return text( col ) < other.text( col );
}
};
//! @endcond

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

0 comments on commit b95d432

Please sign in to comment.