Kaydet (Commit) f7c3d1a1 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: [loplugin:reservedid]

Change-Id: I47d4322f094456761e497b3ca5feb5a5dfc73704
üst 629661de
......@@ -25,6 +25,9 @@
#if ENABLE_DBUS && ENABLE_GIO
#include <gio/gio.h>
#else
typedef struct _GDBusProxy GDBusProxy;
typedef struct _GDBusConnection GDBusConnection;
#endif
#include "printerinfomanager.hxx"
......@@ -34,9 +37,6 @@
#define FRONTEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Frontend.xml"
#define BACKEND_INTERFACE "/usr/share/dbus-1/interfaces/org.openprinting.Backend.xml"
typedef struct _GDBusProxy GDBusProxy;
typedef struct _GDBusConnection GDBusConnection;
namespace psp
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment