Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

x11helper.h 177B

12345678910111213
  1. #ifndef X11HELPER_H
  2. #define X11HELPER_H
  3. #include <QMap>
  4. #include <QWidget>
  5. class X11Helper
  6. {
  7. public:
  8. static QMap<WId, QString> getRootWindows();
  9. };
  10. #endif // X11HELPER_H