rename #2
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include <QTimer>
|
||||
#include <pajlada/signals/signal.hpp>
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
class GIFTimer
|
||||
{
|
||||
public:
|
||||
void initialize();
|
||||
|
||||
pajlada::Signals::NoArgSignal signal;
|
||||
|
||||
private:
|
||||
QTimer timer;
|
||||
};
|
||||
|
||||
} // namespace singletons
|
||||
} // namespace chatterino
|
||||
Reference in New Issue
Block a user