X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=flag.cpp;fp=flag.cpp;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=1e7cb82fe411d57686a39d33c06119fedc92c001;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/flag.cpp b/flag.cpp deleted file mode 100644 index 1e7cb82..0000000 --- a/flag.cpp +++ /dev/null @@ -1,142 +0,0 @@ -#include "flag.h" - -#include - -///////////////////////////////////////////////////////////////// -// Flag -///////////////////////////////////////////////////////////////// -Flag::Flag() -{ - //qDebug() << "Const Flag ()"; - init (); -} - -Flag::Flag(const QString &fname) -{ - init (); - load (fname); -} - -Flag::Flag (Flag* io) -{ - //qDebug() << "Const Flag (Flag); - copy (io); -} - -Flag::~Flag() -{ - //qDebug() << "Destr Flag this="<action; - name=other->name; - group=other->group; - tooltip=other->tooltip; - state=other->state; - used=other->used; - pixmap=other->pixmap; -} - - -void Flag::load (const QString &fn) -{ - if (!pixmap.load(fn)) - qDebug()<<"Flag::load ("<