fixed deleting QTimer on wrong thread

This commit is contained in:
fourtf
2019-08-20 23:30:39 +02:00
parent 14222f84f2
commit 7643c0d20d
16 changed files with 64 additions and 59 deletions
+1 -3
View File
@@ -10,10 +10,8 @@ namespace chatterino {
class LinkResolver
{
public:
static void getLinkInfo(const QString url,
static void getLinkInfo(const QString url, QObject *caller,
std::function<void(QString, Link)> callback);
private:
};
} // namespace chatterino