#include <qca_support.h>
Inheritance diagram for QCA::FileWatch:
Public Member Functions | |
FileWatch (const QString &file=QString(), QObject *parent=0) | |
QString | fileName () const |
void | setFileName (const QString &file) |
Public Attributes | |
Q_SIGNALS | __pad0__: void changed() |
Friends | |
class | Private |
FileWatch monitors a specified file for any changes. When the file changes, the changed() signal is emitted.
|
Standard constructor.
|
|
The name of the file that is being monitored.
|
|
Change the file being monitored.
|