| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Also:
- add command line options and usage message.
- change --no-fork to --daemon to bring it in line with the
pvs daemon.
|
| |
|
|
|
|
| |
PVSCheckPrivileges::instance() is statically allocated. When it is
deleted, the QCoreApplication is already gone (since it is stack-
allocated), and the destructor of QFileSystemWatcher waits forever.
|
| |
|
|
|
| |
Only use one socketpair and delegate the actual decision of what to do
when a specific signal is received to a special object.
|
| |
|