Skip to content

Commit

Permalink
added FindAndReplaceDIalog documentation and added gitignore
Browse files Browse the repository at this point in the history
gitignore as preparation for implementing verification
  • Loading branch information
Valo13 committed Jun 4, 2018
1 parent cdfe030 commit 4cecf48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

lps2pbes.exe
mcrl22lps.exe
pbes2bool.exe
*.mcrl
*.lps
*.lts
*.pbes
5 changes: 5 additions & 0 deletions findandreplacedialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ class FindAndReplaceDialog : public QDialog
Q_OBJECT

public:
/**
* @brief FindAndReplaceDialog Constructor
* @param codeEditor The editor to find/replace in
* @param parent The parent of this widget
*/
explicit FindAndReplaceDialog(CodeEditor *codeEditor, QWidget *parent = 0);
~FindAndReplaceDialog();

Expand Down
4 changes: 2 additions & 2 deletions mCRL2-IDE.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.6.1, 2018-05-31T16:41:14. -->
<!-- Written by QtCreator 4.6.1, 2018-06-04T09:33:34. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -292,7 +292,7 @@
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">mCRL2-IDE.pro</value>
<value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default">C:/Users/s123188/Documents/QtProjects/build-mCRL2-IDE-Desktop_Qt_5_10_1_MSVC2017_64bit-Debug</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></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

0 comments on commit 4cecf48

Please sign in to comment.