Skip to content

Commit

Permalink
fix: error icon
Browse files Browse the repository at this point in the history
Change-Id: Ief31a6eaef3e6f5615c69ce49a8e354f1bea7d5d
  • Loading branch information
haruyukilxz authored and Iceyer committed Nov 7, 2018
1 parent 0a6c5a1 commit feda6f7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 111 deletions.
7 changes: 3 additions & 4 deletions src/app/other/bmwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@

#pragma once

#include <DWindow>
#include <DMainWindow>
#include <dborderlesswindow.h>
#include <QScopedPointer>

#define BMWindowBaseClass DTK_WIDGET_NAMESPACE::DWindow
#define BMWindowBaseClass DTK_WIDGET_NAMESPACE::DBorderlessWindow

class BMWindowPrivate;
class BMWindow: public DTK_WIDGET_NAMESPACE::DWindow
class BMWindow: public DTK_WIDGET_NAMESPACE::DBorderlessWindow
{
Q_OBJECT
public:
Expand Down
1 change: 0 additions & 1 deletion src/app/view/resource/resource.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
<file>theme/light/image/glow.svg</file>
<file>theme/light/image/deepin-boot-maker.svg</file>
<file>theme/light/image/dash.svg</file>
<file>theme/light/image/deepin-boot-maker.ico</file>
</qresource>
</RCC>
Binary file not shown.
121 changes: 15 additions & 106 deletions src/app/view/resource/theme/light/image/deepin-boot-maker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit feda6f7

Please sign in to comment.