File indexing completed on 2024-05-19 09:39:31

0001 /***************************************************************************
0002  *   Copyright (C) 2003-2004 by David Saxton                               *
0003  *   david@bluehaze.org                                                    *
0004  *                                                                         *
0005  *   This program is free software; you can redistribute it and/or modify  *
0006  *   it under the terms of the GNU General Public License as published by  *
0007  *   the Free Software Foundation; either version 2 of the License, or     *
0008  *   (at your option) any later version.                                   *
0009  ***************************************************************************/
0010 
0011 #include "picinfo.h"
0012 
0013 PicInfo::PicInfo()
0014     : MicroInfo()
0015 {
0016     m_package = nullptr;
0017 }
0018 
0019 PicInfo::~PicInfo()
0020 {
0021 }