Chatterino
RunGui.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 class QApplication;
4 
5 namespace chatterino {
6 class Paths;
7 class Settings;
8 
9 void runGui(QApplication &a, Paths &paths, Settings &settings);
10 } // namespace chatterino
Definition: Application.cpp:48
void runGui(QApplication &a, Paths &paths, Settings &settings)
Definition: RunGui.cpp:189