mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
|
#ifndef SCREENSHOT_H
|
||
|
|
#define SCREENSHOT_H
|
||
|
|
|
||
|
|
class QWidget;
|
||
|
|
|
||
|
|
void SaveScreenshot(QWidget *widget);
|
||
|
|
|
||
|
|
#endif // SCREENSHOT_H
|