summaryrefslogtreecommitdiffstats
path: root/demo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demo/main.cpp')
-rw-r--r--demo/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/main.cpp b/demo/main.cpp
index de3c2fc..b52df9e 100644
--- a/demo/main.cpp
+++ b/demo/main.cpp
@@ -1,8 +1,13 @@
+/**
+ * @file main.cpp
+ * @brief Entry point for the Bobink demo application.
+ */
#include <QGuiApplication>
#include <QQmlApplicationEngine>
int main(int argc, char *argv[])
{
+ // Load the locally-built OpcUa backend plugin (open62541).
QCoreApplication::addLibraryPath(QStringLiteral(QTOPCUA_PLUGIN_PATH));
QGuiApplication app(argc, argv);