diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-01-23 11:59:09 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2023-01-23 16:16:19 -0700 |
| commit | 53ab17fbf4f5210fece91d601b15cab069fbb41f (patch) | |
| tree | 0deae2d24c651b2bcb78aaecf34b0d7959a2549a /examples | |
| parent | 9528390a74e0178efe1b422258f9dfb60072dc4c (diff) | |
Warning cleanup
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/triage/librariesinfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/triage/librariesinfo.cpp b/examples/triage/librariesinfo.cpp index 03764e99..e50120df 100644 --- a/examples/triage/librariesinfo.cpp +++ b/examples/triage/librariesinfo.cpp @@ -18,7 +18,6 @@ LibrariesWidget::LibrariesWidget(QWidget* parent, BinaryViewRef bv) auto lib = libNames[i]; auto typeLib = typeLibPaths[i]; auto libWidget = new QLabel(QString::fromStdString(" " + lib)); - QColor textColor; QString toolTip; auto style = QPalette(palette()); if (typeLib.empty()) |
