summaryrefslogtreecommitdiff
path: root/gui/messages.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-19 02:23:03 -0400
committerbd <bdunahu@operationnull.com>2025-04-19 02:23:03 -0400
commitda25748edb6997629ffb380683c8c736f24033a8 (patch)
treec7ffcaccc57afde2235fb53a16679225c06c0ed9 /gui/messages.h
parentf18eac2ac2e5760a4cb81784ad2f23f91b6643d6 (diff)
Add custom QWidget to keep track of up to 4 user cache ways
Diffstat (limited to 'gui/messages.h')
-rw-r--r--gui/messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/messages.h b/gui/messages.h
index 84b8318..8f852f7 100644
--- a/gui/messages.h
+++ b/gui/messages.h
@@ -1,7 +1,7 @@
#ifndef MESSAGES_H
#define MESSAGES_H
-#include <vector>
#include <string>
+#include <vector>
/**
* Humorous computer speak.
@@ -16,7 +16,7 @@ const std::vector<std::string> load_file = {
"FILE LOADED", "FINISHED READING DATA. EAGERLY WAITING"};
/**
- * @return a random waiting message
+ * @return an unsolicited waiting message
*/
std::string get_waiting() { return RANDOM_MESSAGE(waiting); }