summaryrefslogtreecommitdiff
path: root/src/libs/utils/fancylineedit.h
diff options
context:
space:
mode:
authorhjk <qtc-commiter@nokia.com>2008-12-02 14:09:21 +0100
committerhjk <qtc-commiter@nokia.com>2008-12-02 14:09:21 +0100
commitf61e8672db50445a3f84d37e657d38fbaa0d5083 (patch)
tree2dd961e9d2108690a989080ac42f9d5c40567c97 /src/libs/utils/fancylineedit.h
parent1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff)
downloadqt-creator-f61e8672db50445a3f84d37e657d38fbaa0d5083.tar.gz
more cosmetic changes
Diffstat (limited to 'src/libs/utils/fancylineedit.h')
-rw-r--r--src/libs/utils/fancylineedit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/utils/fancylineedit.h b/src/libs/utils/fancylineedit.h
index 24a109eada..634eefa8c0 100644
--- a/src/libs/utils/fancylineedit.h
+++ b/src/libs/utils/fancylineedit.h
@@ -30,6 +30,7 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef FANCYLINEEDIT_H
#define FANCYLINEEDIT_H
@@ -77,11 +78,11 @@ public:
bool useLayoutDirection() const;
void setUseLayoutDirection(bool v);
- /* Set whether tabbing in will trigger the menu. */
+ // Set whether tabbing in will trigger the menu.
bool hasMenuTabFocusTrigger() const;
void setMenuTabFocusTrigger(bool v);
- /* Hint text that is displayed when no focus is set */
+ // Hint text that is displayed when no focus is set.
QString hintText() const;
bool isShowingHintText() const;