mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +08:00
Replaced method name run' with mainLoop', and stop' and quit'
with `exitMainLoop' in most places.
This commit is contained in:
@@ -40,9 +40,9 @@ CPrimaryClient::~CPrimaryClient()
|
||||
}
|
||||
|
||||
void
|
||||
CPrimaryClient::stop()
|
||||
CPrimaryClient::exitMainLoop()
|
||||
{
|
||||
m_screen->stop();
|
||||
m_screen->exitMainLoop();
|
||||
}
|
||||
|
||||
void
|
||||
@@ -122,9 +122,9 @@ CPrimaryClient::open()
|
||||
}
|
||||
|
||||
void
|
||||
CPrimaryClient::run()
|
||||
CPrimaryClient::mainLoop()
|
||||
{
|
||||
m_screen->run();
|
||||
m_screen->mainLoop();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user