Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState
This was particularly nasty with the shorthand macros 'gState' and 'glState'. The former is now 'shState'.
This commit is contained in:
parent
807bee5748
commit
cb6f73f7df
32 changed files with 222 additions and 222 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "binding.h"
|
||||
#include "globalstate.h"
|
||||
#include "sharedstate.h"
|
||||
#include "eventthread.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
@ -28,7 +28,7 @@
|
|||
static void nullBindingExecute()
|
||||
{
|
||||
qDebug() << "The null binding doesn't do anything, so we're done!";
|
||||
gState->rtData().rqTermAck = true;
|
||||
shState->rtData().rqTermAck = true;
|
||||
}
|
||||
|
||||
static void nullBindingTerminate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue