Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MemInfo
Commits
1b7e4c9f
Commit
1b7e4c9f
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing includes for Qt to prepare removal of several large includes in Interfaces
parent
b2466c53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
MemInfo.cc
MemInfo.cc
+2
-2
MemInfo.hh
MemInfo.hh
+2
-0
No files found.
MemInfo.cc
View file @
1b7e4c9f
...
...
@@ -47,11 +47,11 @@
* *
\*===========================================================================*/
#include "MemInfo.hh"
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
#include <QTimer>
// GPU Memory information
#define GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX 0x9048
#define GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX 0x9049
...
...
MemInfo.hh
View file @
1b7e4c9f
...
...
@@ -53,6 +53,8 @@
#include <OpenFlipper/BasePlugin/LoggingInterface.hh>
#include <OpenFlipper/BasePlugin/StatusbarInterface.hh>
#include <QProgressBar>
class
MemInfoPlugin
:
public
QObject
,
BaseInterface
,
LoggingInterface
,
StatusbarInterface
{
Q_OBJECT
Q_INTERFACES
(
BaseInterface
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment