Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251438
Collapse All | Expand All

(-)komport-0.5.9b/komport/komportview.h (-1 / +1 lines)
Lines 74-80 Link Here
74
  /** Re-draw a cell given and _x, _y coordinate. */
74
  /** Re-draw a cell given and _x, _y coordinate. */
75
  void updateCell(QPainter* _p, int _x,int _y);
75
  void updateCell(QPainter* _p, int _x,int _y);
76
  /** Re-draw a cell given a QPoint coordinate. */
76
  /** Re-draw a cell given a QPoint coordinate. */
77
  void updateCell(QPainter* _p, QPoint _p);
77
  void updateCell(QPainter* _paint, QPoint _p);
78
  /** Get a pointer to the serial port object. */
78
  /** Get a pointer to the serial port object. */
79
  KomportSerial* getSerial();
79
  KomportSerial* getSerial();
80
  /** clear selection */
80
  /** clear selection */
(-)komport-0.5.9b/komport/settingsdialog.h (+2 lines)
Lines 11-16 Link Here
11
#define SETTINGSDIALOG_H
11
#define SETTINGSDIALOG_H
12
12
13
#include <qvariant.h>
13
#include <qvariant.h>
14
#include <qlayout.h>
14
#include <qdialog.h>
15
#include <qdialog.h>
15
16
16
class QVBoxLayout;
17
class QVBoxLayout;
Lines 78-83 Link Here
78
    QPushButton* buttonHelp;
79
    QPushButton* buttonHelp;
79
    QPushButton* buttonOk;
80
    QPushButton* buttonOk;
80
    QPushButton* buttonCancel;
81
    QPushButton* buttonCancel;
82
    QSpacerItem* Horizontal_Spacing2;
81
83
82
public slots:
84
public slots:
83
    virtual void FlowControlComboBox_highlighted( int _i );
85
    virtual void FlowControlComboBox_highlighted( int _i );

Return to bug 251438