diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-22 15:14:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 15:14:53 -0400 |
| commit | 5044a6cd2c7d75e2505e5abc6645fc990f343dc9 (patch) | |
| tree | e06b037a1d44876a895fd5ecc47071477e52101b /src/envmetrics.h | |
| parent | f69559fe0bd40629e66ecde6e362b73595d9bd2e (diff) | |
| parent | c1a5f2ef73f4435c08876155d4551c045d5e7594 (diff) | |
Merge pull request #839 from isanae/even-more-logging
Even more logging
Diffstat (limited to 'src/envmetrics.h')
| -rw-r--r-- | src/envmetrics.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/envmetrics.h b/src/envmetrics.h index bede36fc..8dfdb087 100644 --- a/src/envmetrics.h +++ b/src/envmetrics.h @@ -1,3 +1,6 @@ +#ifndef ENV_METRICS_H +#define ENV_METRICS_H + #include <QString> #include <vector> @@ -63,6 +66,10 @@ public: // const std::vector<Display>& displays() const; + // full resolution + // + QRect desktopGeometry() const; + private: std::vector<Display> m_displays; @@ -70,3 +77,5 @@ private: }; } // namespace + +#endif // ENV_METRICS_H |
