#include "qbbclipboard.h"
#include <QDebug>
#include <QMimeData>
#include <QStringList>
#include <clipboard/clipboard.h>
#include <errno.h>
#include "qbbclipboard.moc"
Go to the source code of this file.
|
static const char * | typeList [] = {"text/html", "text/plain", "image/png", "image/jpeg", "application/x-color", 0} |
|
◆ readClipboardBuff()
static QByteArray readClipboardBuff |
( |
const char * |
type | ) |
|
|
static |
◆ typeList
const char* typeList[] = {"text/html", "text/plain", "image/png", "image/jpeg", "application/x-color", 0} |
|
static |