Fix a silly compile error
This commit is contained in:
parent
e38231f2b1
commit
5224c688ed
@ -5,8 +5,8 @@
|
||||
|
||||
namespace screenshotutil
|
||||
{
|
||||
QPixmap fullscreen();
|
||||
QPixmap window(long wid);
|
||||
QPixmap *fullscreen();
|
||||
QPixmap *window(long wid);
|
||||
void toClipboard(QString value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user