Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 4, 2017
1 parent 5d8783f commit 1cef982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsguiutils.h
Expand Up @@ -156,7 +156,7 @@ namespace QgsGuiUtils

/**
* Creates a key for the given widget that can be used to store related data in settings.
* Will use objectName() or class name if objectName() is not set. Can be overridden using \param keyName.
* Will use objectName() or class name if objectName() is not set. Can be overridden using \a keyName.
* \param widget The widget to make the key from.
* \param keyName Override for objectName() if needed. If not set will use objectName()
* \return A key name that can be used for the widget in settings.
Expand Down

2 comments on commit 1cef982

@NathanW2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Sorry had a commit ready but got distracted last night and never pushed it up.

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on 1cef982 Dec 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, just wait for the green light of travis before hitting the merge button next time ;)

Please sign in to comment.