Skip to content

Commit

Permalink
Merge pull request #148 from f3nix/remove-qt3-2
Browse files Browse the repository at this point in the history
Remove remaining Qt3 stuff - 2
  • Loading branch information
wwmayer committed Apr 24, 2016
2 parents bdbefdc + c50bc17 commit 898bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sandbox/Gui/Command.cpp
Expand Up @@ -1352,7 +1352,7 @@ MeshObjectRef makeParallelMengerSponge(int level, float x0, float y0, float z0)
void CmdMengerSponge::activated(int iMsg)
{
bool ok;
int level = QInputDialog::getInteger(Gui::getMainWindow(),
int level = QInputDialog::getInt(Gui::getMainWindow(),
QString::fromLatin1("Menger sponge"),
QString::fromLatin1("Recursion depth:"),
3, 1, 5, 1, &ok);
Expand Down

0 comments on commit 898bd8b

Please sign in to comment.