-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update the top comment in the file header
- Loading branch information
Showing
66 changed files
with
320 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
# SPDX-License-Identifier: MIT | ||
# SPDX-FileCopyrightText: 2021-2024 XMuli | ||
# SPDX-GitHub: https://github.com/XMuli/flipped | ||
# SPDX-Author: XMuli <[email protected]> | ||
|
||
cmake_minimum_required(VERSION 3.5) | ||
project(FILPPE) | ||
add_subdirectory(src) | ||
#add_subdirectory(pluginsimpl/watemark) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
# SPDX-License-Identifier: MIT | ||
# SPDX-FileCopyrightText: 2021-2024 XMuli | ||
# SPDX-GitHub: https://github.com/XMuli/flipped | ||
# SPDX-Author: XMuli <[email protected]> | ||
|
||
cmake_minimum_required(VERSION 3.5) | ||
|
||
set(project_name FLIPPED) | ||
set(project_version_major 1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <[email protected]> | ||
|
||
|
||
#include "arrowline.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef ARROWLINE_H | ||
#define ARROWLINE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef TSINGLETON_H | ||
#define TSINGLETON_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef XLOG_H | ||
#define XLOG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "xqtlog.h" | ||
#include <iostream> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef XQTLOG_H | ||
#define XQTLOG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include <QApplication> | ||
#include <QDir> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "iwininfo.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef IWININFO_H | ||
#define IWININFO_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "wininfo.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef WININFO_H | ||
#define WININFO_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "wininfo_win.h" | ||
#include <psapi.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef WININFO_WIN_H | ||
#define WININFO_WIN_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "iplugininterface.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef IPLUGININTERFACE_H | ||
#define IPLUGININTERFACE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
|
||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <[email protected]> | ||
#include "appellation.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef APPELLATION_H | ||
#define APPELLATION_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "hotkeyswidget.h" | ||
#include <map> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef HOTKEYSWIDGET_H | ||
#define HOTKEYSWIDGET_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <[email protected]> | ||
|
||
#include "prefmanage.h" | ||
#include "qmetaobject.h" | ||
#include "ui_prefmanage.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <[email protected]> | ||
|
||
#ifndef PREFMANAGE_H | ||
#define PREFMANAGE_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <[email protected]> | ||
|
||
#include "datamaid.h" | ||
#include <QDir> | ||
#include <QFile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef DATAMAID_H | ||
#define DATAMAID_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "drawhelper.h" | ||
#include <QScreen> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef XDRAW_H | ||
#define XDRAW_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "rectcalcu.h" | ||
#include <QRect> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef PICSHOT_RECTCALCU_H | ||
#define PICSHOT_RECTCALCU_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "screenshot.h" | ||
#include <QScreen> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef PICSHOT_WINFULLSCREEN_H | ||
#define PICSHOT_WINFULLSCREEN_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#include "tray.h" | ||
#include <QSystemTrayIcon> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// SPDX-License-Identifier: | ||
// SPDX-FileCopyrightText: 2021-2023 XMuli <[email protected]> | ||
// | ||
// Source: https://github.com/XMuli/FlippedCode | ||
// SPDX-License-Identifier: MIT | ||
// SPDX-FileCopyrightText: 2021-2024 XMuli | ||
// SPDX-GitHub: https://github.com/XMuli/flipped | ||
// SPDX-Author: XMuli <xmulitech@gmail.com> | ||
|
||
#ifndef TRAY_H | ||
#define TRAY_H | ||
|
Oops, something went wrong.