Skip to content

Instantly share code, notes, and snippets.

View gsauthof's full-sized avatar

Georg Sauthoff gsauthof

View GitHub Profile
@gsauthof
gsauthof / xclipshow.cpp
Created January 27, 2016 21:59
Simplified, shortened version of http://unix.stackexchange.com/a/163115/1131, a clipboard dump tool
// source: http://unix.stackexchange.com/a/163115/1131
// GS, 2016-01-27, simplify the code a little bit
#include <QApplication>
#include <QTimer>
#include <QClipboard>
#include <QMimeData>
#include <QDebug>
#include <string>
#include <iostream>