1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef NEWSBOAT_LISTWIDGET_H_ #define NEWSBOAT_LISTWIDGET_H_ #include "listmovementcontrol.h" #include "listwidgetbackend.h" namespace newsboat { using ListWidget = ListMovementControl<ListWidgetBackend>; } // namespace newsboat #endif /* NEWSBOAT_LISTWIDGET_H_ */