KShare/screenshotutil.hpp

14 lines
215 B
C++
Raw Normal View History

2017-04-23 15:05:48 +02:00
#ifndef SCREENSHOTUTIL_HPP
#define SCREENSHOTUTIL_HPP
#include <QPixmap>
namespace screenshotutil
{
QPixmap fullscreen();
QPixmap window(long wid);
void toClipboard(QString value);
}
#endif // SCREENSHOTUTIL_HPP