Skip to content

Commit

Permalink
Changed source for fastpbkdf2
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Mar 13, 2024
1 parent 9999a7f commit b117e79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url = https://github.com/kainjow/Mustache.git
[submodule "third_party/fastpbkdf2"]
path = third_party/fastpbkdf2
url = https://github.com/danpashin/fastpbkdf2.git
url = https://github.com/ctz/fastpbkdf2.git
[submodule "third_party/mongoose"]
path = third_party/mongoose
url = https://github.com/cesanta/mongoose.git
Expand Down
12 changes: 12 additions & 0 deletions src/cfrmmdf.ui
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QToolButton" name="btnAdd">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Add action parameter item</string>
</property>
Expand All @@ -158,6 +161,9 @@
</item>
<item>
<widget class="QToolButton" name="btnEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Edit action parameter item</string>
</property>
Expand All @@ -175,6 +181,9 @@
</item>
<item>
<widget class="QToolButton" name="btnDup">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Duplicate action parameter item</string>
</property>
Expand All @@ -192,6 +201,9 @@
</item>
<item>
<widget class="QToolButton" name="btnDelete">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Delete action parameter item</string>
</property>
Expand Down

0 comments on commit b117e79

Please sign in to comment.