diff options
author | John Newbery <john@johnnewbery.com> | 2019-12-15 12:34:03 -0300 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-12-15 13:23:30 -0300 |
commit | 869b6314fd180856b6054fff28b5de994252c54c (patch) | |
tree | 2dc02dbf6f347591157f3d6c931841bfe5ad2b04 /src/interfaces/node.h | |
parent | a595011f5a3c048b2e3694dfe355aba60cd994e8 (diff) |
[qt] remove unused parameter from getWarnings()
Diffstat (limited to 'src/interfaces/node.h')
-rw-r--r-- | src/interfaces/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h index adf3de7b07..6bc4668beb 100644 --- a/src/interfaces/node.h +++ b/src/interfaces/node.h @@ -78,7 +78,7 @@ public: virtual void initParameterInteraction() = 0; //! Get warnings. - virtual std::string getWarnings(const std::string& type) = 0; + virtual std::string getWarnings() = 0; // Get log flags. virtual uint32_t getLogCategories() = 0; |