#include "gui/code_editor/minimap_scrollbar.h"
#include <QFrame>
#include <QMouseEvent>
#include <QPainter>
#include <QScrollBar>
#include <cmath>
#include <math.h>
Go to the source code of this file.