summaryrefslogtreecommitdiffstats
path: root/src/qpushbuttonwithclipboard.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 10:52:52 +0100
commit79499d06d6731c637b8c975a7e0c2c79df28ec5e (patch)
treecef7bfb74eca01822f012496a7462f693a69f8f9 /src/qpushbuttonwithclipboard.cpp
parent15a29cdce0e5da587e58da82e9c8a8b43f15ea59 (diff)
Some minor cleanup
Diffstat (limited to 'src/qpushbuttonwithclipboard.cpp')
-rw-r--r--src/qpushbuttonwithclipboard.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qpushbuttonwithclipboard.cpp b/src/qpushbuttonwithclipboard.cpp
index c440bcd0..9ca1e7bd 100644
--- a/src/qpushbuttonwithclipboard.cpp
+++ b/src/qpushbuttonwithclipboard.cpp
@@ -6,8 +6,6 @@
* basic constructor
* @param textToCopy
* the text to paste into the clipboard
- * @param text
- * the text for the label to display
* @param parent
* the parent window
*/
@@ -31,7 +29,7 @@ QString QPushButtonWithClipboard::getTextToCopy() const { return textToCopy; }
/**
* @brief QPushButtonWithClipboard::setTextToCopy sets text from associated
* text field
- * @param QString value
+ * @param value QString text to be copied
*/
void QPushButtonWithClipboard::setTextToCopy(const QString &value) {
textToCopy = value;