Skip to content

Commit

Permalink
forgot to add voids in testqgsgdalprovider.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex authored and nyalldawson committed Oct 9, 2018
1 parent 9b4cb7a commit c04accd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/providers/testqgsgdalprovider.cpp
Expand Up @@ -52,6 +52,8 @@ class TestQgsGdalProvider : public QObject
void isRepresentableValue();
void mask();
void bandName(); // test band name based on `gtiff` tags (#7317)
void bandNameNoDescription(); // test band name for when no description or tags available (#16047)
void bandNameWithDescription(); // test band name for when description available (#16047)

private:
QString mTestDataDir;
Expand Down

0 comments on commit c04accd

Please sign in to comment.