Guest User

Untitled

a guest
Sep 21st, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. QDBusConnection::sessionBus().connect("com.jolla.keyboard", // any service name
  2. "/com/jolla/keyboard", // any object path
  3. "com.jolla.keyboard",
  4. "clearData",
  5. this,
  6. SLOT(clearLearnedWords()));
Advertisement
Add Comment
Please, Sign In to add comment