summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlalr/main.cpp')
-rw-r--r--src/tools/qlalr/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qlalr/main.cpp b/src/tools/qlalr/main.cpp
index a920b13c85..6a57c7aa7a 100644
--- a/src/tools/qlalr/main.cpp
+++ b/src/tools/qlalr/main.cpp
@@ -106,7 +106,7 @@ int main (int argc, char *argv[])
if (! p.parse (file_name))
exit (EXIT_FAILURE);
- if (grammar.rules.isEmpty ())
+ if (grammar.rules.empty())
{
qerr() << "*** Fatal. No rules!" << Qt::endl;
exit (EXIT_FAILURE);