comparison src/imagelabel.cpp @ 24:6b9b5efcd7f4

Add missing copyright header
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 05 May 2015 17:47:57 +0200
parents 248d5d1cdb38
children 26e1521b9afd
comparison
equal deleted inserted replaced
23:d9626e84b93d 24:6b9b5efcd7f4
1 /* Copyright (C) 2015 by ETH Zürich
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=2)
5 * and comes with ABSOLUTELY NO WARRANTY!
6 * See LICENSE.txt for details.
7 */
8
1 #include "imagelabel.h" 9 #include "imagelabel.h"
2 10
3 ImageLabel::ImageLabel(QWidget *parent) : 11 ImageLabel::ImageLabel(QWidget *parent) :
4 QWidget(parent) { 12 QWidget(parent) {
5 label = new QLabel(this); 13 label = new QLabel(this);
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)