mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kdecore: remove compat bits
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b55dab289f
commit
4c861f57e4
1 changed files with 0 additions and 9 deletions
|
@ -121,21 +121,12 @@ bool KDirWatch::contains(const QString &path) const
|
|||
|
||||
int KDirWatch::interval() const
|
||||
{
|
||||
#if QT_VERSION < 0x041400
|
||||
// same as the default of Katie
|
||||
return 1000;
|
||||
#else
|
||||
return d->watcher->interval();
|
||||
#endif
|
||||
}
|
||||
|
||||
void KDirWatch::setInterval(int interval)
|
||||
{
|
||||
#if QT_VERSION < 0x041400
|
||||
Q_UNUSED(interval);
|
||||
#else
|
||||
d->watcher->setInterval(interval);
|
||||
#endif
|
||||
}
|
||||
|
||||
void KDirWatch::setDirty(const QString &file)
|
||||
|
|
Loading…
Add table
Reference in a new issue