view include/gui/widgets/elided_label.h @ 404:e561b7542b7b default tip

*: fix build on mac os x
author Paper <paper@tflc.us>
date Mon, 19 Jan 2026 20:50:40 -0500
parents 6b0768158dcd
children
line wrap: on
line source

#ifndef MINORI_GUI_WIDGETS_ELIDED_LABEL_H_
#define MINORI_GUI_WIDGETS_ELIDED_LABEL_H_

#include <QFrame>
#include <QString>

class QPaintEvent;
class QWidget;

#endif // MINORI_GUI_WIDGETS_ELIDED_LABEL_H_