more cosmetic changes

This commit is contained in:
hjk
2008-12-02 14:09:21 +01:00
parent 1472bdb0cc
commit f61e8672db
262 changed files with 912 additions and 633 deletions

View File

@@ -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