#pragma once #include #include #include struct ScreenShot { QDateTime timestamp; QString file; QString url; QString imgurId; }; typedef std::shared_ptr ScreenshotPtr;