mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update include ns
This commit is contained in:
parent
6b4efd9f73
commit
6e115ca3c1
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_H
|
#ifndef APP_BROWSER_HPP
|
||||||
#define APP_BROWSER_H
|
#define APP_BROWSER_HPP
|
||||||
|
|
||||||
#include <glibmm/i18n.h>
|
#include <glibmm/i18n.h>
|
||||||
#include <gtkmm/applicationwindow.h>
|
#include <gtkmm/applicationwindow.h>
|
||||||
@ -44,4 +44,4 @@ namespace app
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_H
|
#endif // APP_BROWSER_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_HEADER_H
|
#ifndef APP_BROWSER_HEADER_HPP
|
||||||
#define APP_BROWSER_HEADER_H
|
#define APP_BROWSER_HEADER_HPP
|
||||||
|
|
||||||
#include <gtkmm/headerbar.h>
|
#include <gtkmm/headerbar.h>
|
||||||
|
|
||||||
@ -26,4 +26,4 @@ namespace app::browser
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_HEADER_H
|
#endif // APP_BROWSER_HEADER_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_HEADER_MENU_H
|
#ifndef APP_BROWSER_HEADER_MENU_HPP
|
||||||
#define APP_BROWSER_HEADER_MENU_H
|
#define APP_BROWSER_HEADER_MENU_HPP
|
||||||
|
|
||||||
#include <giomm/menu.h>
|
#include <giomm/menu.h>
|
||||||
#include <glibmm/i18n.h>
|
#include <glibmm/i18n.h>
|
||||||
@ -24,4 +24,4 @@ namespace app::browser::header
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_HEADER_MENU_H
|
#endif // APP_BROWSER_HEADER_MENU_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_HEADER_TAB_H
|
#ifndef APP_BROWSER_HEADER_TAB_HPP
|
||||||
#define APP_BROWSER_HEADER_TAB_H
|
#define APP_BROWSER_HEADER_TAB_HPP
|
||||||
|
|
||||||
#include <glibmm/i18n.h>
|
#include <glibmm/i18n.h>
|
||||||
#include <gtkmm/button.h>
|
#include <gtkmm/button.h>
|
||||||
@ -16,4 +16,4 @@ namespace app::browser::header
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_HEADER_TAB_H
|
#endif // APP_BROWSER_HEADER_TAB_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_MAIN_H
|
#ifndef APP_BROWSER_MAIN_HPP
|
||||||
#define APP_BROWSER_MAIN_H
|
#define APP_BROWSER_MAIN_HPP
|
||||||
|
|
||||||
#include <gtkmm/box.h>
|
#include <gtkmm/box.h>
|
||||||
|
|
||||||
@ -31,4 +31,4 @@ namespace app::browser
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_MAIN_H
|
#endif // APP_BROWSER_MAIN_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef APP_BROWSER_MAIN_TAB_H
|
#ifndef APP_BROWSER_MAIN_TAB_HPP
|
||||||
#define APP_BROWSER_MAIN_TAB_H
|
#define APP_BROWSER_MAIN_TAB_HPP
|
||||||
|
|
||||||
#include <glibmm/i18n.h>
|
#include <glibmm/i18n.h>
|
||||||
#include <gtkmm/gestureclick.h>
|
#include <gtkmm/gestureclick.h>
|
||||||
@ -42,4 +42,4 @@ namespace app::browser::main
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // APP_BROWSER_MAIN_TAB_H
|
#endif // APP_BROWSER_MAIN_TAB_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef LIB_DATABASE_H
|
#ifndef LIB_DATABASE_HPP
|
||||||
#define LIB_DATABASE_H
|
#define LIB_DATABASE_HPP
|
||||||
|
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
@ -30,4 +30,4 @@ namespace lib
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // LIB_DATABASE_H
|
#endif // LIB_DATABASE_HPP
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef LIB_DATABASE_SESSION_H
|
#ifndef LIB_DATABASE_SESSION_HPP
|
||||||
#define LIB_DATABASE_SESSION_H
|
#define LIB_DATABASE_SESSION_HPP
|
||||||
|
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
@ -23,4 +23,4 @@ namespace lib::database
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // LIB_DATABASE_SESSION_H
|
#endif // LIB_DATABASE_SESSION_HPP
|
Loading…
x
Reference in New Issue
Block a user