ping time display is working again

This commit is contained in:
Max-Wilhelm Bruker 2009-11-22 14:41:02 +01:00
parent 4fac0e5b5a
commit 6c93b1e9b7
5 changed files with 26 additions and 47 deletions

View file

@ -25,19 +25,6 @@
class TabSupervisor;
class PingWidget : public QWidget {
Q_OBJECT
private:
QColor color;
protected:
void paintEvent(QPaintEvent *event);
public:
PingWidget(QWidget *parent = 0);
QSize sizeHint() const;
public slots:
void setPercentage(int value, int max);
};
class MainWindow : public QMainWindow {
Q_OBJECT
private slots:
@ -63,8 +50,6 @@ private:
QAction *aConnect, *aDisconnect, *aDeckEditor, *aFullScreen, *aSettings, *aExit;
TabSupervisor *tabSupervisor;
PingWidget *pingWidget;
Client *client;
public:
MainWindow(QWidget *parent = 0);