mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibCore+LibGUI: Move DesktopServices to LibCore
This commit is contained in:
parent
03f2024b6e
commit
f8b2a7b4a7
6 changed files with 8 additions and 8 deletions
|
@ -25,11 +25,11 @@
|
|||
*/
|
||||
|
||||
#include <AK/URL.h>
|
||||
#include <LibGUI/DesktopServices.h>
|
||||
#include <LibCore/DesktopServices.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace GUI {
|
||||
namespace Core {
|
||||
|
||||
static bool open_file_url(const URL&);
|
||||
static bool spawn(String executable, String argument);
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <AK/Forward.h>
|
||||
|
||||
namespace GUI {
|
||||
namespace Core {
|
||||
|
||||
class DesktopServices {
|
||||
public:
|
|
@ -2,6 +2,7 @@ OBJS = \
|
|||
ArgsParser.o \
|
||||
ConfigFile.o \
|
||||
DateTime.o \
|
||||
DesktopServices.o \
|
||||
DirIterator.o \
|
||||
ElapsedTimer.o \
|
||||
Event.o \
|
||||
|
|
|
@ -18,7 +18,6 @@ OBJS = \
|
|||
CppLexer.o \
|
||||
CppSyntaxHighlighter.o \
|
||||
Desktop.o \
|
||||
DesktopServices.o \
|
||||
Dialog.o \
|
||||
DisplayLink.o \
|
||||
DragOperation.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue