Krita Source Code Documentation
Loading...
Searching...
No Matches
KoFontChangeTracker::Private Struct Reference

Public Member Functions

 Private (QStringList paths=QStringList(), int refresh=500)
 

Public Attributes

bool configStale = false
 
bool filesChanged = false
 
QFileSystemWatcher fileSystemWatcher
 

Detailed Description

Definition at line 12 of file KoFontChangeTracker.cpp.

Constructor & Destructor Documentation

◆ Private()

KoFontChangeTracker::Private::Private ( QStringList paths = QStringList(),
int refresh = 500 )
inline

Definition at line 14 of file KoFontChangeTracker.cpp.

15 : fileSystemWatcher(paths) {
16
17 }

Member Data Documentation

◆ configStale

bool KoFontChangeTracker::Private::configStale = false

Definition at line 21 of file KoFontChangeTracker.cpp.

◆ filesChanged

bool KoFontChangeTracker::Private::filesChanged = false

Definition at line 20 of file KoFontChangeTracker.cpp.

◆ fileSystemWatcher

QFileSystemWatcher KoFontChangeTracker::Private::fileSystemWatcher

Definition at line 18 of file KoFontChangeTracker.cpp.


The documentation for this struct was generated from the following file: