mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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 frontend {
|
||||
|
||||
BulletsModule::BulletsModule(QWidget * parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
@ -193,6 +195,8 @@ Bullet const & BulletsModule::bullet(int level) const
|
||||
return bullets_[level];
|
||||
}
|
||||
|
||||
} // namespace frontend
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
namespace lyx {
|
||||
|
||||
namespace frontend {
|
||||
|
||||
class BulletsModule : public QWidget, public Ui::BulletsUi
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -56,6 +58,8 @@ private:
|
||||
int current_char_;
|
||||
};
|
||||
|
||||
} // namespace frontend
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
#endif // BULLETSMODULE_H
|
||||
|
Loading…
Reference in New Issue
Block a user