mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-17 14:36:45 +00:00
ffmpeg threadsafety critical bug fixed, display gif time and status / views added, 0.9.18
This commit is contained in:
@@ -133,10 +133,10 @@ inline void mylocaltime(struct tm * _Tm, const time_t * _Time) {
|
||||
#endif
|
||||
}
|
||||
|
||||
class InitOpenSSL {
|
||||
class LibrariesInitializer {
|
||||
public:
|
||||
InitOpenSSL();
|
||||
~InitOpenSSL();
|
||||
LibrariesInitializer();
|
||||
~LibrariesInitializer();
|
||||
};
|
||||
|
||||
bool checkms(); // returns true if time has changed
|
||||
@@ -144,7 +144,7 @@ uint64 getms(bool checked = false);
|
||||
|
||||
class SingleTimer : public QTimer { // single shot timer with check
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
public:
|
||||
|
||||
SingleTimer();
|
||||
|
Reference in New Issue
Block a user