summaryrefslogtreecommitdiff
path: root/src/libs/utils/linecolumnlabel.cpp
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/linecolumnlabel.cpp
parent1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff)
downloadqt-creator-f61e8672db50445a3f84d37e657d38fbaa0d5083.tar.gz
more cosmetic changes
Diffstat (limited to 'src/libs/utils/linecolumnlabel.cpp')
-rw-r--r--src/libs/utils/linecolumnlabel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/utils/linecolumnlabel.cpp b/src/libs/utils/linecolumnlabel.cpp
index c6028ab13f..3a25c36f96 100644
--- a/src/libs/utils/linecolumnlabel.cpp
+++ b/src/libs/utils/linecolumnlabel.cpp
@@ -30,14 +30,14 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#include "linecolumnlabel.h"
namespace Core {
namespace Utils {
-LineColumnLabel::LineColumnLabel(QWidget *parent) :
- QLabel(parent),
- m_unused(0)
+LineColumnLabel::LineColumnLabel(QWidget *parent)
+ : QLabel(parent), m_unused(0)
{
}
@@ -65,5 +65,5 @@ void LineColumnLabel::setMaxText(const QString &maxText)
m_maxText = maxText;
}
-}
-}
+} // namespace Utils
+} // namespace Core