]> git.sesse.net Git - pkanalytics/commitdiff
Minor comment tweak.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Jul 2023 18:02:08 +0000 (20:02 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Jul 2023 18:02:08 +0000 (20:02 +0200)
video_widget.h

index 30b4b9b4747343258cc3da68aa7ba8148e72a67b..e3734f0e5e40c9a08e8437ad39a5cd38001fb02d 100644 (file)
@@ -44,7 +44,7 @@ public:
        void mouseReleaseEvent(QMouseEvent *e);
        void mouseMoveEvent(QMouseEvent *e);
 
-       // public due to shared_ptr.
+       // Public due to shared_ptr.
        struct Frame {
                unsigned width, height;
                unsigned chroma_width, chroma_height;