mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation on ubuntu precise
This commit is contained in:
parent
122f6af30a
commit
49cacc41a1
@ -27,13 +27,13 @@ public:
|
|||||||
explicit pgpid_item_model(std::list<RsPgpId> &neighs, float &font_height, QObject *parent = nullptr);
|
explicit pgpid_item_model(std::list<RsPgpId> &neighs, float &font_height, QObject *parent = nullptr);
|
||||||
|
|
||||||
// Header:
|
// Header:
|
||||||
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
|
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const ;
|
||||||
|
|
||||||
|
|
||||||
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
|
int rowCount(const QModelIndex &parent = QModelIndex()) const ;
|
||||||
int columnCount(const QModelIndex &parent = QModelIndex()) const override;
|
int columnCount(const QModelIndex &parent = QModelIndex()) const ;
|
||||||
|
|
||||||
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
|
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const ;
|
||||||
|
|
||||||
void setBackgroundColorSelf(QColor color) { mBackgroundColorSelf = color; }
|
void setBackgroundColorSelf(QColor color) { mBackgroundColorSelf = color; }
|
||||||
void setBackgroundColorOwnSign(QColor color) { mBackgroundColorOwnSign = color; }
|
void setBackgroundColorOwnSign(QColor color) { mBackgroundColorOwnSign = color; }
|
||||||
|
Loading…
Reference in New Issue
Block a user