7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
#include <QtCore>
|
||
|
|
||
|
class FileEventHandler
|
||
|
{
|
||
|
SLOT(void handleFileEvent(int eventType, QString arg1, QString arg2))
|
||
|
}
|