diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:44:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:44:27 +0200 |
commit | bc64a989bc91cbf2acf06bbbdc402861e31aab81 (patch) | |
tree | 261d818113ad1ad7cc2f679de76f310917e4f482 /viewer.cc | |
parent | 5746abc233d24e39e84effb481b3baac1e9fe19b (diff) |
Remove obsolete/historic files.
Diffstat (limited to 'viewer.cc')
-rw-r--r-- | viewer.cc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/viewer.cc b/viewer.cc deleted file mode 100644 index 18b8e68..0000000 --- a/viewer.cc +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/*************************************************************************** - * viewer.cc - * - * Tue Aug 19 19:48:30 CEST 2008 - * Copyright 2008 Bent Bisballe Nyeng - * deva@aasimon.org - ****************************************************************************/ - -/* - * This file is part of Qookie. - * - * Qookie is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Qookie is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Qookie; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ -#include "viewer.h" - -Viewer::Viewer() : QSvgWidget("qookie.svg") -{ -} |