mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Move BulletsModule to frontend namespace
This commit is contained in:
parent
da362a6a59
commit
6b221751c1
@ -20,6 +20,8 @@ using namespace std;
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
namespace frontend {
|
||||||
|
|
||||||
BulletsModule::BulletsModule(QWidget * parent)
|
BulletsModule::BulletsModule(QWidget * parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
{
|
{
|
||||||
@ -193,6 +195,8 @@ Bullet const & BulletsModule::bullet(int level) const
|
|||||||
return bullets_[level];
|
return bullets_[level];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace frontend
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
namespace frontend {
|
||||||
|
|
||||||
class BulletsModule : public QWidget, public Ui::BulletsUi
|
class BulletsModule : public QWidget, public Ui::BulletsUi
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -56,6 +58,8 @@ private:
|
|||||||
int current_char_;
|
int current_char_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} // namespace frontend
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
#endif // BULLETSMODULE_H
|
#endif // BULLETSMODULE_H
|
||||||
|
Loading…
Reference in New Issue
Block a user