Subversion Repositories Code-Repo

Rev

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

Rev 362 Rev 364
Line 14... Line 14...
14
 
14
 
15
        QSize sizeHint() const;
15
        QSize sizeHint() const;
16
 
16
 
17
    public slots:
17
    public slots:
18
        // *public* slots
18
        // *public* slots
19
        void EnableTransmit(void);
19
        void EnableTransmit(bool);
20
        void DisableTransmit(void);
-
 
21
        // *private* slots
20
        // *private* slots
22
        void InitTransmit(QWidget* t);
21
        void InitTransmit(QWidget* t);
23
        void KeybindPrompt(int id);
22
        void KeybindPrompt(int id);
24
        void AddEntry(void);
23
        void AddEntry(void);
25
        void RemoveEntry(void);
24
        void RemoveEntry(void);