Add PDF writer.
This commit is contained in:
parent
c05b7b6315
commit
9c116b1efd
72 changed files with 1819 additions and 114 deletions
8
test/ipc/TestDbus.cpp
Normal file
8
test/ipc/TestDbus.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <dbus/dbus.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
DBusError err;
|
||||
DBusConnection* conn;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue