diff options
Diffstat (limited to 'Swift/QtUI/QtAvatarWidget.cpp')
| -rw-r--r-- | Swift/QtUI/QtAvatarWidget.cpp | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/Swift/QtUI/QtAvatarWidget.cpp b/Swift/QtUI/QtAvatarWidget.cpp index 015c2da..fa08c27 100644 --- a/Swift/QtUI/QtAvatarWidget.cpp +++ b/Swift/QtUI/QtAvatarWidget.cpp @@ -1,9 +1,11 @@  /* - * Copyright (c) 2011-2013 Remko Tronçon + * Copyright (c) 2011-2014 Remko Tronçon   * Licensed under the GNU General Public License v3.   * See Documentation/Licenses/GPLv3.txt for more information.   */ + +  #include "QtAvatarWidget.h"  #include <QLabel> @@ -23,7 +25,7 @@  namespace Swift { -QtAvatarWidget::QtAvatarWidget(QWidget* parent) : QWidget(parent) { +QtAvatarWidget::QtAvatarWidget(QWidget* parent) : QWidget(parent), editable(false) {  	QVBoxLayout* layout = new QVBoxLayout(this);  	layout->setContentsMargins(0,0,0,0);  | 
 Swift