LibreVNA/Software/PC_Application/LibreVNA-GUI/screenshot.h

9 lines
121 B
C
Raw Normal View History

#ifndef SCREENSHOT_H
#define SCREENSHOT_H
class QWidget;
void SaveScreenshot(QWidget *widget);
#endif // SCREENSHOT_H