Skip to content

Commit

Permalink
Move CallMuteButton to td_ui for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Mar 11, 2021
1 parent ad334fe commit 2696dbc
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1,110 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ PRIVATE
ui/widgets/buttons.h
ui/widgets/call_button.cpp
ui/widgets/call_button.h
ui/widgets/call_mute_button.cpp
ui/widgets/call_mute_button.h
ui/widgets/checkbox.cpp
ui/widgets/checkbox.h
ui/widgets/dropdown_menu.cpp
Expand Down
Binary file removed icons/calls/voice_muted_large.png
Binary file not shown.
Binary file removed icons/calls/voice_muted_large@2x.png
Binary file not shown.
Binary file removed icons/calls/voice_muted_large@3x.png
Binary file not shown.
Binary file removed icons/calls/voice_unmuted_large.png
Binary file not shown.
Binary file removed icons/calls/voice_unmuted_large@2x.png
Binary file not shown.
Binary file removed icons/calls/voice_unmuted_large@3x.png
Binary file not shown.
4 changes: 2 additions & 2 deletions ui/effects/animation_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
//
#pragma once

#include "base/basic_types.h"

#include "ui/style/style_core.h"
#include "base/basic_types.h"

#include <QtGui/QPainterPath>
#include <crl/crl_time.h>

namespace anim {

Expand Down
Loading

0 comments on commit 2696dbc

Please sign in to comment.