mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
Fixed some issues with GCC.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
template <typename T>
|
||||
class SigList : public QList<T>
|
||||
{
|
||||
private:
|
||||
typedef typename QList<T>::iterator iterator;
|
||||
|
||||
public:
|
||||
explicit SigList() : QList<T>() {}
|
||||
|
||||
Reference in New Issue
Block a user