Skip to content

Commit

Permalink
0.1.0 Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcui03 committed Dec 28, 2018
1 parent 89d9521 commit 9d3a4fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ZilchEditor.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.7.1, 2018-12-24T22:27:50. -->
<!-- Written by QtCreator 4.7.1, 2018-12-29T05:42:05. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -290,13 +290,13 @@
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">ZilchEditor</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">ZilchEditor2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:D:/Workspace/Github/Zilch-Editor/ZilchEditor.pro</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:D:/Workspace/Github/Zilch-Editor-Release/ZilchEditor.pro</value>
<value type="bool" key="QmakeProjectManager.QmakeRunConfiguration.UseLibrarySearchPath">true</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">ZilchEditor.pro</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory">./bin</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default">D:/Workspace/Github/Zilch-Editor-Release/build</value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
Expand Down
1 change: 1 addition & 0 deletions src/scratch/Scratch.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class Scratch {
public:
Scratch();
~Scratch();
void ProgramRun();
void ProgramStop();
public:
Expand Down
1 change: 1 addition & 0 deletions src/scratch/ScratchBlockPrototype.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ enum class ScratchBlockType {
class ScratchBlockPrototype {
public:
ScratchBlockPrototype(ScratchBlockCategory *Category, std::string Name, ScratchBlockType Type, std::function<void()> Function);
~ScratchBlockPrototype();
public:
ScratchBlockCategory *Category;
ScratchBlockType Type;
Expand Down

0 comments on commit 9d3a4fa

Please sign in to comment.