KShare/screenshotutil.hpp
2017-04-23 17:07:44 +02:00

14 lines
217 B
C++

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