#ifndef SCREENSHOTUTIL_HPP #define SCREENSHOTUTIL_HPP #include namespace screenshotutil { QPixmap *fullscreen(bool cursor = true); QPixmap *window(long wid); void toClipboard(QString value); } #endif // SCREENSHOTUTIL_HPP