mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-02 19:13:44 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ private:
|
||||
std::mutex m_frameMutex;
|
||||
};
|
||||
|
||||
class QtUploadOGLContext: public dp::OGLContext
|
||||
class QtUploadOGLContext : public dp::OGLContext
|
||||
{
|
||||
public:
|
||||
QtUploadOGLContext(QOpenGLContext * rootContext, QOffscreenSurface * surface);
|
||||
|
||||
Reference in New Issue
Block a user