Subversion Repositories svn1

Rev

Rev 164 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 164 Rev 178
Line 14... Line 14...
14
 
14
 
15
 
15
 
16
 
16
 
17
class QmDialogStatusTableItem : public QTableWidgetItem
17
class QmDialogStatusTableItem : public QTableWidgetItem
18
{
18
{
19
    //Q_OBJECT
-
 
20
 
-
 
21
public:
19
public:
22
    QmDialogStatusTableItem ( const QString & text, int type = 0 );
20
    QmDialogStatusTableItem ( const QString & text, int type = 0 );
23
    QmDialogStatusTableItem ( int value, int type = 0 );
21
    QmDialogStatusTableItem ( int value, int type = 0 );
24
    bool operator< ( const QTableWidgetItem & other ) const;
22
    bool operator< ( const QTableWidgetItem & other ) const;
25
 
23