diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-04-06 09:46:19 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-04-06 09:52:03 (GMT) |
commit | 822efb6807d6164304bc454f39c5f739bbe1f8e5 (patch) | |
tree | 84776e69ad25f2f2a8e68fc5d76c6281cefe841d /src/gui/styles/qgtkstyle_p.h | |
parent | a354e98838e67e9bbd9473d4cd42b89f45d0e3fe (diff) | |
download | Qt-822efb6807d6164304bc454f39c5f739bbe1f8e5.zip Qt-822efb6807d6164304bc454f39c5f739bbe1f8e5.tar.gz Qt-822efb6807d6164304bc454f39c5f739bbe1f8e5.tar.bz2 |
Fix a coding style issue of the GTK style
A tab was introduced in 16614121f8eff813efadc999a7db9ce47eae769e
Diffstat (limited to 'src/gui/styles/qgtkstyle_p.h')
-rw-r--r-- | src/gui/styles/qgtkstyle_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qgtkstyle_p.h b/src/gui/styles/qgtkstyle_p.h index f0aee46..68a04e9 100644 --- a/src/gui/styles/qgtkstyle_p.h +++ b/src/gui/styles/qgtkstyle_p.h @@ -87,7 +87,7 @@ public: #ifdef __SUNPRO_CC QHashableLatin1Literal(const char* str) - : m_size(strlen(str)), m_data(str) {} + : m_size(strlen(str)), m_data(str) {} #else template <int N> QHashableLatin1Literal(const char (&str)[N]) |