mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
make private QFileInfo pointer actually private
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
c387cba657
commit
037eecbaf3
1 changed files with 1 additions and 2 deletions
|
@ -122,10 +122,9 @@ public:
|
||||||
bool caching() const;
|
bool caching() const;
|
||||||
void setCaching(bool on);
|
void setCaching(bool on);
|
||||||
|
|
||||||
protected:
|
|
||||||
QSharedDataPointer<QFileInfoPrivate> d_ptr;
|
|
||||||
private:
|
private:
|
||||||
explicit QFileInfo(QFileInfoPrivate *d);
|
explicit QFileInfo(QFileInfoPrivate *d);
|
||||||
|
QSharedDataPointer<QFileInfoPrivate> d_ptr;
|
||||||
|
|
||||||
QFileInfoPrivate* d_func();
|
QFileInfoPrivate* d_func();
|
||||||
const QFileInfoPrivate* d_func() const;
|
const QFileInfoPrivate* d_func() const;
|
||||||
|
|
Loading…
Add table
Reference in a new issue