b2f90fbfa4
This moves the last page into QQ2 implementation, in preparation for making the top-level UI be a QQuickWindow.
11 lines
128 B
C++
11 lines
128 B
C++
#ifndef QTGUI_FWD_H
|
|
#define QTGUI_FWD_H
|
|
|
|
#include <QString>
|
|
|
|
extern QString fixNavaidName(QString s);
|
|
|
|
|
|
|
|
#endif // QTGUI_FWD_H
|
|
|