summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxaggregated.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-15 22:17:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:10:01 +0100
commitb29f51357b4d18f33f5d522994aeff149737b358 (patch)
tree4c71185e39afc5a30b483b56cc1c96136196396f /src/activeqt/control/qaxaggregated.h
parent6e55d96d899b78d17de022f2e1d93f210ff7a1d0 (diff)
whitespace fixes
expand tabs, fix indentation, remove trailing whitespace. Change-Id: Ibec1bbad9e8faff81671ce9d1c7bb4fb9b340bb9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/activeqt/control/qaxaggregated.h')
-rw-r--r--src/activeqt/control/qaxaggregated.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxaggregated.h b/src/activeqt/control/qaxaggregated.h
index 5fdc9df..90c8f5a 100644
--- a/src/activeqt/control/qaxaggregated.h
+++ b/src/activeqt/control/qaxaggregated.h
@@ -62,7 +62,7 @@ protected:
inline IUnknown *controllingUnknown() const
{ return controlling_unknown; }
- inline QWidget *widget() const
+ inline QWidget *widget() const
{
return qobject_cast<QWidget*>(the_object);
}