Skip to content

Commit

Permalink
Followup 881074
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 5, 2016
1 parent 881074b commit d10680c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions python/gui/symbology-ng/qgssymbollevelsv2dialog.sip
Expand Up @@ -5,7 +5,7 @@ class QgsSymbolLevelsV2Dialog : QDialog
%End

public:
// @note not available in python bindings
//! @note not available in python bindings
// QgsSymbolLevelsV2Dialog( const QList< QPair<QString, QgsSymbolV2*> >& list, bool usingSymbolLevels, QWidget* parent = NULL );

bool usingLevels() const;
Expand All @@ -19,8 +19,10 @@ class QgsSymbolLevelsV2Dialog : QDialog
void renderingPassChanged( int row, int column );

protected:
void populateTable();
void setDefaultLevels();
//! @note not available in python bindings
//void populateTable();
//! @note not available in python bindings
//void setDefaultLevels();

private:
QgsSymbolLevelsV2Dialog();
Expand Down
4 changes: 3 additions & 1 deletion src/gui/symbology-ng/qgssymbollevelsv2dialog.h
Expand Up @@ -28,7 +28,7 @@ class GUI_EXPORT QgsSymbolLevelsV2Dialog : public QDialog, private Ui::QgsSymbol
{
Q_OBJECT
public:
// @note not available in python bindings
//! @note not available in python bindings
QgsSymbolLevelsV2Dialog( const QgsLegendSymbolList& list, bool usingSymbolLevels, QWidget* parent = nullptr );

~QgsSymbolLevelsV2Dialog();
Expand All @@ -44,7 +44,9 @@ class GUI_EXPORT QgsSymbolLevelsV2Dialog : public QDialog, private Ui::QgsSymbol
void renderingPassChanged( int row, int column );

protected:
// @note not available in python bindings
void populateTable();
// @note not available in python bindings
void setDefaultLevels();

protected:
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdoccoverage.py
Expand Up @@ -27,7 +27,7 @@
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)

ACCEPTABLE_MISSING_DOCS = 3807
ACCEPTABLE_MISSING_DOCS = 3754


class TestQgsDocCoverage(TestCase):
Expand Down

0 comments on commit d10680c

Please sign in to comment.