VHISTlib  1.84.0.3018
/daten/ahuesgen/projects/vhist/code/vhistlib/demos/unvhisttest/miscslots.h
00001 /* $HEADERS
00002  $Id: miscslots.h 2179 2011-06-24 09:03:24Z ahuesgen $
00003  */
00004 
00005 #ifndef MISCSLOTS_INCLUDED
00006 #define MISCSLOTS_INCLUDED
00007 
00008 #include <QObject>
00009 #include <QString>
00010 
00011 class MiscSlots : public QObject
00012 {
00013     Q_OBJECT
00014     public:
00015         MiscSlots();
00016         
00017     public slots:
00018         void printPercentFinished(int, const QString name);
00019         
00020     private:
00021         int m_lastPercentage;
00022 };
00023 
00024 
00025 #endif // MISCSLOTS_INCLUDED
00026 

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.